#103E72

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

Shades of Dark Cerulean #103E72

Tints of Dark Cerulean #103E72

Color information

#103E72 (or 0x103E72) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3E and 72. RGB value is (16,62,114). Sum of RGB (Red+Green+Blue) = 16+62+114=192 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.33% from 192); Green value is 62 (24.61% from 255 or 32.29% from 192); Blue value is 114 (44.92% from 255 or 59.38% from 192); Max value from RGB is 114 - color contains mainly: blue. Hex color #103E72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E72 is #EFC18D. Grayscale: #353535. Windows color (decimal): -15712654 or 7486992. OLE color: 7486992.

HSL color Cylindrical-coordinate representation of color #103E72: hue angle of 211.84º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103E72 is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1662114-
CMYK0.860.4600.55
HSL211.84º75.38%25.49%-
HSV(B)211.84º85.96%44.71%-
XYZ4.974.7716.58-
YUV54.17161.76100.77-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.33%
GREEN value IS 62 (24.61% from 255) = 32.29%
BLUE value IS 114 (44.92% from 255) = 59.38%
R=8.33%
G=32.29%
B=59.38%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16621140.860.4600.55211.8475.3825.49
Hex103E72562E037d44b19
Octal20761621265606732411331
Binary1000011111011100101010110101110011011111010100100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103E72; }

 p { color: rgb(16,62,114); }

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

<style>
 a { background-color: #103E72; }

 a { background-color: rgb(16,62,114); }

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

<style>
 span { border-color: #103E72; }

 span { border-color: rgb(16,62,114); }

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