#165087

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

Shades of Dark Cerulean #165087

Tints of Dark Cerulean #165087

Color information

#165087 (or 0x165087) is unknown color: approx Dark Cerulean. HEX triplet: 16, 50 and 87. RGB value is (22,80,135). Sum of RGB (Red+Green+Blue) = 22+80+135=237 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.28% from 237); Green value is 80 (31.64% from 255 or 33.76% from 237); Blue value is 135 (53.12% from 255 or 56.96% from 237); Max value from RGB is 135 - color contains mainly: blue. Hex color #165087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165087 is #E9AF78. Grayscale: #444444. Windows color (decimal): -15314809 or 8867862. OLE color: 8867862.

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

Color convert

RGB2280135-
CMYK0.840.4100.47
HSL209.2º71.97%30.78%-
HSV(B)209.2º83.7%52.94%-
XYZ7.577.6624-
YUV68.93165.2894.53-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.28%
GREEN value IS 80 (31.64% from 255) = 33.76%
BLUE value IS 135 (53.12% from 255) = 56.96%
R=9.28%
G=33.76%
B=56.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal22801350.840.4100.47209.271.9730.78
Hex165087542902Fd1481f
Octal261202071245105732111037
Binary101101010000100001111010100101001010111111010001100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165087; }

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

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

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

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

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

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

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

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