#105172

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

Shades of Dark Cerulean #105172

Tints of Dark Cerulean #105172

Color information

#105172 (or 0x105172) is unknown color: approx Dark Cerulean. HEX triplet: 10, 51 and 72. RGB value is (16,81,114). Sum of RGB (Red+Green+Blue) = 16+81+114=211 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.58% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #105172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #105172 is #EFAE8D. Grayscale: #414141. Windows color (decimal): -15707790 or 7491856. OLE color: 7491856.

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

Color convert

RGB1681114-
CMYK0.860.2900.55
HSL200.2º75.38%25.49%-
HSV(B)200.2º85.96%44.71%-
XYZ6.197.2116.98-
YUV65.33155.4792.82-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.58%
GREEN value IS 81 (32.03% from 255) = 38.39%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=7.58%
G=38.39%
B=54.03%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal16811140.860.2900.55200.275.3825.49
Hex105172561D037c84b19
Octal201211621263506731011331
Binary1000010100011110010101011011101011011111001000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105172; }

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

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

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

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

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

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

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

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