#104870

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

Shades of Dark Cerulean #104870

Tints of Dark Cerulean #104870

Color information

#104870 (or 0x104870) is unknown color: approx Dark Cerulean. HEX triplet: 10, 48 and 70. RGB value is (16,72,112). Sum of RGB (Red+Green+Blue) = 16+72+112=200 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 112 (44.14% from 255 or 56% from 200); Max value from RGB is 112 - color contains mainly: blue. Hex color #104870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #104870 is #EFB78F. Grayscale: #3B3B3B. Windows color (decimal): -15710096 or 7358480. OLE color: 7358480.

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

Color convert

RGB1672112-
CMYK0.860.3600.56
HSL205º75%25.1%-
HSV(B)205º85.71%43.92%-
XYZ5.465.9116.18-
YUV59.82157.4596.75-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 8%
GREEN value IS 72 (28.52% from 255) = 36%
BLUE value IS 112 (44.14% from 255) = 56%
R=8%
G=36%
B=56%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16721120.860.3600.562057525.1
Hex1048705624038cd4b19
Octal201101601264407031511331
Binary10000100100011100001010110100100011100011001101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104870; }

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

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

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

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

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

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

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

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