#105087

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

Shades of Dark Cerulean #105087

Tints of Dark Cerulean #105087

Color information

#105087 (or 0x105087) is unknown color: approx Dark Cerulean. HEX triplet: 10, 50 and 87. RGB value is (16,80,135). Sum of RGB (Red+Green+Blue) = 16+80+135=231 (30% of max value = 765). Red value is 16 (6.64% from 255 or 6.93% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 135 (53.12% from 255 or 58.44% from 231); Max value from RGB is 135 - color contains mainly: blue. Hex color #105087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #105087 is #EFAF78. Grayscale: #424242. Windows color (decimal): -15708025 or 8867856. OLE color: 8867856.

HSL color Cylindrical-coordinate representation of color #105087: hue angle of 207.73º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #105087 is Cyan = 0.88, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1680135-
CMYK0.880.4100.47
HSL207.73º78.81%29.61%-
HSV(B)207.73º88.15%52.94%-
XYZ7.467.624-
YUV67.13166.391.53-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.93%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 135 (53.12% from 255) = 58.44%
R=6.93%
G=34.63%
B=58.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16801350.880.4100.47207.7378.8129.61
Hex105087582902Fd04f1e
Octal201202071305105732011736
Binary100001010000100001111011000101001010111111010000100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #105087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #105087; }

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

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

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

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

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

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

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

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