#104770

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

Shades of Dark Cerulean #104770

Tints of Dark Cerulean #104770

Color information

#104770 (or 0x104770) is unknown color: approx Dark Cerulean. HEX triplet: 10, 47 and 70. RGB value is (16,71,112). Sum of RGB (Red+Green+Blue) = 16+71+112=199 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.04% from 199); Green value is 71 (28.12% from 255 or 35.68% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #104770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104770 is #EFB88F. Grayscale: #3B3B3B. Windows color (decimal): -15710352 or 7358224. OLE color: 7358224.

HSL color Cylindrical-coordinate representation of color #104770: hue angle of 205.62º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #104770 is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1671112-
CMYK0.860.3700.56
HSL205.62º75%25.1%-
HSV(B)205.62º85.71%43.92%-
XYZ5.395.7916.16-
YUV59.23157.7897.17-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8.04%
GREEN value IS 71 (28.12% from 255) = 35.68%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=8.04%
G=35.68%
B=56.28%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16711120.860.3700.56205.627525.1
Hex1047705625038ce4b19
Octal201071601264507031611331
Binary10000100011111100001010110100101011100011001110100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104770; }

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

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

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

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

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

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

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

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