#0B59AE

Color #0B59AE Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #0B59AE

Tints of Denim #0B59AE

Color information

#0B59AE (or 0x0B59AE) is unknown color: approx Denim. HEX triplet: 0B, 59 and AE. RGB value is (11,89,174). Sum of RGB (Red+Green+Blue) = 11+89+174=274 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.01% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 174 (68.36% from 255 or 63.50% from 274); Max value from RGB is 174 - color contains mainly: blue. Hex color #0B59AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B59AE is #F4A651. Grayscale: #4A4A4A. Windows color (decimal): -16033362 or 11426059. OLE color: 11426059.

HSL color Cylindrical-coordinate representation of color #0B59AE: hue angle of 211.29º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B59AE is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1189174-
CMYK0.940.4900.32
HSL211.29º88.11%36.27%-
HSV(B)211.29º93.68%68.24%-
XYZ11.3510.2741.43-
YUV75.37183.6682.09-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.01%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 174 (68.36% from 255) = 63.50%
R=4.01%
G=32.48%
B=63.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11891740.940.4900.32211.2988.1136.27
HexB59AE5E31020d35824
Octal131312561366104032313044
Binary101110110011010111010111101100010100000110100111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B59AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0B59AE; }

 p { color: rgb(11,89,174); }

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

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

 a { background-color: rgb(11,89,174); }

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

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

 span { border-color: rgb(11,89,174); }

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