#105082

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

Shades of Dark Cerulean #105082

Tints of Dark Cerulean #105082

Color information

#105082 (or 0x105082) is unknown color: approx Dark Cerulean. HEX triplet: 10, 50 and 82. RGB value is (16,80,130). Sum of RGB (Red+Green+Blue) = 16+80+130=226 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.08% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #105082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105082 is #EFAF7D. Grayscale: #424242. Windows color (decimal): -15708030 or 8540176. OLE color: 8540176.

HSL color Cylindrical-coordinate representation of color #105082: hue angle of 206.32º 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 #105082 is Cyan = 0.88, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1680130-
CMYK0.880.3800.49
HSL206.32º78.08%28.63%-
HSV(B)206.32º87.69%50.98%-
XYZ7.117.4622.18-
YUV66.56163.891.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.08%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=7.08%
G=35.40%
B=57.52%

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
Decimal16801300.880.3800.49206.3278.0828.63
Hex1050825826031ce4e1d
Octal201202021304606131611635
Binary100001010000100000101011000100110011000111001110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105082; }

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

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

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

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

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

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

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

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