#194B76

Color #194B76 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #194B76

Tints of Dark Cerulean #194B76

Color information

#194B76 (or 0x194B76) is unknown color: approx Dark Cerulean. HEX triplet: 19, 4B and 76. RGB value is (25,75,118). Sum of RGB (Red+Green+Blue) = 25+75+118=218 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.47% from 218); Green value is 75 (29.69% from 255 or 34.40% from 218); Blue value is 118 (46.48% from 255 or 54.13% from 218); Max value from RGB is 118 - color contains mainly: blue. Hex color #194B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194B76 is #E6B489. Grayscale: #404040. Windows color (decimal): -15119498 or 7752473. OLE color: 7752473.

HSL color Cylindrical-coordinate representation of color #194B76: hue angle of 207.74º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #194B76 is Cyan = 0.79, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2575118-
CMYK0.790.3600.54
HSL207.74º65.03%28.04%-
HSV(B)207.74º78.81%46.27%-
XYZ6.196.5518.08-
YUV64.95157.9499.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 11.47%
GREEN value IS 75 (29.69% from 255) = 34.40%
BLUE value IS 118 (46.48% from 255) = 54.13%
R=11.47%
G=34.40%
B=54.13%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25751180.790.3600.54207.7465.0328.04
Hex194B764F24036d0411c
Octal311131661174406632010134
Binary11001100101111101101001111100100011011011010000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194B76; }

 p { color: rgb(25,75,118); }

 H1.HeaderClassName
 {
   color: #194B76;
 }
 .AnyTagClassName
 {
   color: #194B76;
 }
</style>
background-color css

<style>
 a { background-color: #194B76; }

 a { background-color: rgb(25,75,118); }

 div.DivClassName
 {
   background-color: #194B76;
 }
 .BgClassName
 {
   background-color: #194B76;
 }
</style>
border-color css

<style>
 span { border-color: #194B76; }

 span { border-color: rgb(25,75,118); }

 td.TdClassName
 {
   border-color: #194B76;
 }
 .TagClassName
 {
   border-color: #194B76;
 }
</style>