#104776

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

Shades of Dark Cerulean #104776

Tints of Dark Cerulean #104776

Color information

#104776 (or 0x104776) is unknown color: approx Dark Cerulean. HEX triplet: 10, 47 and 76. RGB value is (16,71,118). Sum of RGB (Red+Green+Blue) = 16+71+118=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 71 (28.12% from 255 or 34.63% from 205); Blue value is 118 (46.48% from 255 or 57.56% from 205); Max value from RGB is 118 - color contains mainly: blue. Hex color #104776 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104776 is #EFB889. Grayscale: #3B3B3B. Windows color (decimal): -15710346 or 7751440. OLE color: 7751440.

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

Color convert

RGB1671118-
CMYK0.860.4000.54
HSL207.65º76.12%26.27%-
HSV(B)207.65º86.44%46.27%-
XYZ5.745.9217.98-
YUV59.91160.7896.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 71 (28.12% from 255) = 34.63%
BLUE value IS 118 (46.48% from 255) = 57.56%
R=7.80%
G=34.63%
B=57.56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16711180.860.4000.54207.6576.1226.27
Hex1047765628036d04c1a
Octal201071661265006632011432
Binary10000100011111101101010110101000011011011010000100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104776; }

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

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

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

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

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

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

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

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