#105170

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

Shades of Dark Cerulean #105170

Tints of Dark Cerulean #105170

Color information

#105170 (or 0x105170) is unknown color: approx Dark Cerulean. HEX triplet: 10, 51 and 70. RGB value is (16,81,112). Sum of RGB (Red+Green+Blue) = 16+81+112=209 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.66% from 209); Green value is 81 (32.03% from 255 or 38.76% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #105170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105170 is #EFAE8F. Grayscale: #404040. Windows color (decimal): -15707792 or 7360784. OLE color: 7360784.

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

Color convert

RGB1681112-
CMYK0.860.2800.56
HSL199.38º75%25.1%-
HSV(B)199.38º85.71%43.92%-
XYZ6.087.1616.39-
YUV65.1154.4792.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.66%
GREEN value IS 81 (32.03% from 255) = 38.76%
BLUE value IS 112 (44.14% from 255) = 53.59%
R=7.66%
G=38.76%
B=53.59%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal16811120.860.2800.56199.387525.1
Hex105170561C038c74b19
Octal201211601263407030711331
Binary1000010100011110000101011011100011100011000111100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105170; }

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

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

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

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

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

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

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

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