#193E76

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

Shades of Dark Cerulean #193E76

Tints of Dark Cerulean #193E76

Color information

#193E76 (or 0x193E76) is unknown color: approx Dark Cerulean. HEX triplet: 19, 3E and 76. RGB value is (25,62,118). Sum of RGB (Red+Green+Blue) = 25+62+118=205 (27% of max value = 765). Red value is 25 (10.16% from 255 or 12.20% from 205); Green value is 62 (24.61% from 255 or 30.24% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #193E76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193E76 is #E6C189. Grayscale: #393939. Windows color (decimal): -15122826 or 7749145. OLE color: 7749145.

HSL color Cylindrical-coordinate representation of color #193E76: hue angle of 216.13º 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 #193E76 is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2562118-
CMYK0.790.4700.54
HSL216.13º65.03%28.04%-
HSV(B)216.13º78.81%46.27%-
XYZ5.394.9617.81-
YUV57.32162.24104.95-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.20%
GREEN value IS 62 (24.61% from 255) = 30.24%
BLUE value IS 118 (46.48% from 255) = 57.56%
R=12.20%
G=30.24%
B=57.56%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal25621180.790.4700.54216.1365.0328.04
Hex193E764F2F036d8411c
Octal31761661175706633010134
Binary1100111111011101101001111101111011011011011000100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193E76; }

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

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

<style>
 a { background-color: #193E76; }

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

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

<style>
 span { border-color: #193E76; }

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

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