#103C78

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

Shades of Dark Cerulean #103C78

Tints of Dark Cerulean #103C78

Color information

#103C78 (or 0x103C78) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3C and 78. RGB value is (16,60,120). Sum of RGB (Red+Green+Blue) = 16+60+120=196 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.16% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 120 (47.27% from 255 or 61.22% from 196); Max value from RGB is 120 - color contains mainly: blue. Hex color #103C78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C78 is #EFC387. Grayscale: #353535. Windows color (decimal): -15713160 or 7879696. OLE color: 7879696.

HSL color Cylindrical-coordinate representation of color #103C78: hue angle of 214.62º 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 #103C78 is Cyan = 0.87, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB1660120-
CMYK0.870.500.53
HSL214.62º76.47%26.67%-
HSV(B)214.62º86.67%47.06%-
XYZ5.224.718.4-
YUV53.68165.42101.12-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.16%
GREEN value IS 60 (23.83% from 255) = 30.61%
BLUE value IS 120 (47.27% from 255) = 61.22%
R=8.16%
G=30.61%
B=61.22%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal16601200.870.500.53214.6276.4726.67
Hex103C785732035d74c1b
Octal20741701276206532711433
Binary1000011110011110001010111110010011010111010111100110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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