#103E78

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

Shades of Dark Cerulean #103E78

Tints of Dark Cerulean #103E78

Color information

#103E78 (or 0x103E78) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3E and 78. RGB value is (16,62,120). Sum of RGB (Red+Green+Blue) = 16+62+120=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 62 (24.61% from 255 or 31.31% from 198); Blue value is 120 (47.27% from 255 or 60.61% from 198); Max value from RGB is 120 - color contains mainly: blue. Hex color #103E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103E78 is #EFC187. Grayscale: #363636. Windows color (decimal): -15712648 or 7880208. OLE color: 7880208.

HSL color Cylindrical-coordinate representation of color #103E78: hue angle of 213.46º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #103E78 is Cyan = 0.87, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1662120-
CMYK0.870.4800.53
HSL213.46º76.47%26.67%-
HSV(B)213.46º86.67%47.06%-
XYZ5.334.9118.44-
YUV54.86164.76100.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 62 (24.61% from 255) = 31.31%
BLUE value IS 120 (47.27% from 255) = 60.61%
R=8.08%
G=31.31%
B=60.61%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16621200.870.4800.53213.4676.4726.67
Hex103E785730035d54c1b
Octal20761701276006532511433
Binary1000011111011110001010111110000011010111010101100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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