#103776

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

Shades of Dark Cerulean #103776

Tints of Dark Cerulean #103776

Color information

#103776 (or 0x103776) is unknown color: approx Dark Cerulean. HEX triplet: 10, 37 and 76. RGB value is (16,55,118). Sum of RGB (Red+Green+Blue) = 16+55+118=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 55 (21.88% from 255 or 29.10% from 189); Blue value is 118 (46.48% from 255 or 62.43% from 189); Max value from RGB is 118 - color contains mainly: blue. Hex color #103776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103776 is #EFC889. Grayscale: #323232. Windows color (decimal): -15714442 or 7747344. OLE color: 7747344.

HSL color Cylindrical-coordinate representation of color #103776: hue angle of 217.06º 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 #103776 is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1655118-
CMYK0.860.5300.54
HSL217.06º76.12%26.27%-
HSV(B)217.06º86.44%46.27%-
XYZ4.854.1517.69-
YUV50.52166.08103.38-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.47%
GREEN value IS 55 (21.88% from 255) = 29.10%
BLUE value IS 118 (46.48% from 255) = 62.43%
R=8.47%
G=29.10%
B=62.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16551180.860.5300.54217.0676.1226.27
Hex1037765635036d94c1a
Octal20671661266506633111432
Binary1000011011111101101010110110101011011011011001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103776; }

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

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

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

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

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

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

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

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