#105182

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

Shades of Dark Cerulean #105182

Tints of Dark Cerulean #105182

Color information

#105182 (or 0x105182) is unknown color: approx Dark Cerulean. HEX triplet: 10, 51 and 82. RGB value is (16,81,130). Sum of RGB (Red+Green+Blue) = 16+81+130=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 81 (32.03% from 255 or 35.68% from 227); Blue value is 130 (51.17% from 255 or 57.27% from 227); Max value from RGB is 130 - color contains mainly: blue. Hex color #105182 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105182 is #EFAE7D. Grayscale: #424242. Windows color (decimal): -15707774 or 8540432. OLE color: 8540432.

HSL color Cylindrical-coordinate representation of color #105182: hue angle of 205.79º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105182 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1681130-
CMYK0.880.3800.49
HSL205.79º78.08%28.63%-
HSV(B)205.79º87.69%50.98%-
XYZ7.197.6122.21-
YUV67.15163.4791.52-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.05%
GREEN value IS 81 (32.03% from 255) = 35.68%
BLUE value IS 130 (51.17% from 255) = 57.27%
R=7.05%
G=35.68%
B=57.27%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal16811300.880.3800.49205.7978.0828.63
Hex1051825826031ce4e1d
Octal201212021304606131611635
Binary100001010001100000101011000100110011000111001110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105182; }

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

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

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

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

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

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

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

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