#104076

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

Shades of Dark Cerulean #104076

Tints of Dark Cerulean #104076

Color information

#104076 (or 0x104076) is unknown color: approx Dark Cerulean. HEX triplet: 10, 40 and 76. RGB value is (16,64,118). Sum of RGB (Red+Green+Blue) = 16+64+118=198 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.08% from 198); Green value is 64 (25.39% from 255 or 32.32% from 198); Blue value is 118 (46.48% from 255 or 59.60% from 198); Max value from RGB is 118 - color contains mainly: blue. Hex color #104076 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104076 is #EFBF89. Grayscale: #373737. Windows color (decimal): -15712138 or 7749648. OLE color: 7749648.

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

Color convert

RGB1664118-
CMYK0.860.4600.54
HSL211.76º76.12%26.27%-
HSV(B)211.76º86.44%46.27%-
XYZ5.325.0817.84-
YUV55.8163.199.61-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.08%
GREEN value IS 64 (25.39% from 255) = 32.32%
BLUE value IS 118 (46.48% from 255) = 59.60%
R=8.08%
G=32.32%
B=59.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal16641180.860.4600.54211.7676.1226.27
Hex104076562E036d44c1a
Octal201001661265606632411432
Binary10000100000011101101010110101110011011011010100100110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104076; }

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

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

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

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

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

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

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

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