#104576

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

Shades of Dark Cerulean #104576

Tints of Dark Cerulean #104576

Color information

#104576 (or 0x104576) is unknown color: approx Dark Cerulean. HEX triplet: 10, 45 and 76. RGB value is (16,69,118). Sum of RGB (Red+Green+Blue) = 16+69+118=203 (26% of max value = 765). Red value is 16 (6.64% from 255 or 7.88% from 203); Green value is 69 (27.34% from 255 or 33.99% from 203); Blue value is 118 (46.48% from 255 or 58.13% from 203); Max value from RGB is 118 - color contains mainly: blue. Hex color #104576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104576 is #EFBA89. Grayscale: #3A3A3A. Windows color (decimal): -15710858 or 7750928. OLE color: 7750928.

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

Color convert

RGB1669118-
CMYK0.860.4200.54
HSL208.82º76.12%26.27%-
HSV(B)208.82º86.44%46.27%-
XYZ5.615.6717.94-
YUV58.74161.4497.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.88%
GREEN value IS 69 (27.34% from 255) = 33.99%
BLUE value IS 118 (46.48% from 255) = 58.13%
R=7.88%
G=33.99%
B=58.13%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16691180.860.4200.54208.8276.1226.27
Hex104576562A036d14c1a
Octal201051661265206632111432
Binary10000100010111101101010110101010011011011010001100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104576; }

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

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

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

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

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

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

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

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