#103C76

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

Shades of Dark Cerulean #103C76

Tints of Dark Cerulean #103C76

Color information

#103C76 (or 0x103C76) is unknown color: approx Dark Cerulean. HEX triplet: 10, 3C and 76. RGB value is (16,60,118). Sum of RGB (Red+Green+Blue) = 16+60+118=194 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.25% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #103C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103C76 is #EFC389. Grayscale: #353535. Windows color (decimal): -15713162 or 7748624. OLE color: 7748624.

HSL color Cylindrical-coordinate representation of color #103C76: hue angle of 214.12º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #103C76 is Cyan = 0.86, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1660118-
CMYK0.860.4900.54
HSL214.12º76.12%26.27%-
HSV(B)214.12º86.44%46.27%-
XYZ5.14.6517.77-
YUV53.46164.42101.28-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.25%
GREEN value IS 60 (23.83% from 255) = 30.93%
BLUE value IS 118 (46.48% from 255) = 60.82%
R=8.25%
G=30.93%
B=60.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16601180.860.4900.54214.1276.1226.27
Hex103C765631036d64c1a
Octal20741661266106632611432
Binary1000011110011101101010110110001011011011010110100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103C76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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