#165089

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

Shades of Dark Cerulean #165089

Tints of Dark Cerulean #165089

Color information

#165089 (or 0x165089) is unknown color: approx Dark Cerulean. HEX triplet: 16, 50 and 89. RGB value is (22,80,137). Sum of RGB (Red+Green+Blue) = 22+80+137=239 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.21% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 137 (53.91% from 255 or 57.32% from 239); Max value from RGB is 137 - color contains mainly: blue. Hex color #165089 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165089 is #E9AF76. Grayscale: #444444. Windows color (decimal): -15314807 or 8998934. OLE color: 8998934.

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

Color convert

RGB2280137-
CMYK0.840.4200.46
HSL209.74º72.33%31.18%-
HSV(B)209.74º83.94%53.73%-
XYZ7.717.7124.75-
YUV69.16166.2894.37-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.21%
GREEN value IS 80 (31.64% from 255) = 33.47%
BLUE value IS 137 (53.91% from 255) = 57.32%
R=9.21%
G=33.47%
B=57.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal22801370.840.4200.46209.7472.3331.18
Hex165089542A02Ed2481f
Octal261202111245205632211037
Binary101101010000100010011010100101010010111011010010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165089; }

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

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

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

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

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

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

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

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