COLOR #005192

HEX: #005192
RGB: (0,81,146)

Color info

#005192 contains mainly blue color. Web safe color of #005192 is #006699 (or #069).

RGB color model

#005192 color RGB value is (0,81,146).

  • red value is 0;
  • green value is 81;
  • blue value is 146.
RGB:
(0,81,146)
(0%,32%,57%)

RGB channels and saturation

R 0 of 255 = 0%
G 81 of 255 = 32%
B 146 of 255 = 57%

0
81
146

R + G + B ~ 30%. #005192 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
0 + 81 + 146 = 227 (100%)
R 0 of 227 ~ 0%
G 81 of 227 ~ 35.68%
B 146 of 227 ~ 64.32%

%35.68
%64.32

CMYK color model

#005192 color CMYK value is (100,45,0,43).

  • cyan value is 100.00%
  • magenta value is 44.52%
  • yellow value is 0.00%
  • key color value is 42.75%
CMYK:
(100,45,0,43)
C100M45Y0K43 
(100%,45%,0%,43%)
(1.00/0.45/0.00/0.43)	

CMYK percentages

%100
%44.52
%0
%42.75

Codes

Color #005192 in popluar color models

005192
RGB081146
HSL207°100.00%28.63%
HSB/HSV207°100.00%57.25%
CMYK100.00%44.52%0.00%
42.75%

Color #005192 in popluar number systems.

HEX005192
Decimal081146
Binary0101000110010010
Octal0121222

Shades and tints

Shades of #005192

#005192
(0,81,146)
#004A85
(0,74,133)
#004378
(0,67,120)
#003C6B
(0,60,107)
#00355E
(0,53,94)
#002E51
(0,46,81)
#002744
(0,39,68)
#002037
(0,32,55)
#00192A
(0,25,42)
#00121D
(0,18,29)
#000B10
(0,11,16)
#000000
(0,0,0)

Tints of #005192

#005192
(0,81,146)
#17609B
(23,96,155)
#2E6FA4
(46,111,164)
#457EAD
(69,126,173)
#5C8DB6
(92,141,182)
#739CBF
(115,156,191)
#8AABC8
(138,171,200)
#A1BAD1
(161,186,209)
#B8C9DA
(184,201,218)
#CFD8E3
(207,216,227)
#E6E7EC
(230,231,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #005192 color. Also use rgb(0,81,146) instead hex code.

Text Font Color

.myTextColor { color: #005192; }

<p style="color:#005192">This sample text font color is #005192.</p>

This text font color is #005192.


Background Color

.myBgColor { background-color: #005192; }

<div style="background-color:#005192">Inner text</div>

This div background color is #005192.


Border color

.myBorderColor { border: 1px solid #005192; }

<div style="border:3px solid #005192">Div</div>

This div border color is #005192.


Opacity

.myOpacity80 { color: #005192; opacity: 0.8; }

<p style="color:#005192;opacity:0.8;">80%</p>

Text with #005192 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #005192;}

<p style="text-shadow: 3px 3px 1px #005192">Text here.</p>

This text has shadow with #005192 color.

.textShadow {text-shadow: 3px 3px 1px #005192, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #005192, 5px 5px 20px red">Text here.</p>

This text has shadow with #005192 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#005192, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#005192, Direction=45, Strength=4)">Text</p>

This text has shadow with #005192 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #005192;
  -webkit-box-shadow:	1px 1px 3px 2px #005192;
  box-shadow:		1px 1px 3px 2px #005192;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #005192;
-webkit-box-shadow: 1px 1px 3px 2px #005192;
box-shadow:1px 1px 3px 2px #005192;">
Div content here</div>
This div box has shadow with color #005192.

Preview

Color preview on black background

This text has color #005192 on black background.


Color preview on white background

This text has color #005192 on white background.



Black color preview on #005192 background

This text has black color on #005192 background.


White color preview on #005192 background

This text has white color on #005192 background.