#0F59B8

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

Shades of Denim #0F59B8

Tints of Denim #0F59B8

Color information

#0F59B8 (or 0x0F59B8) is unknown color: approx Denim. HEX triplet: 0F, 59 and B8. RGB value is (15,89,184). Sum of RGB (Red+Green+Blue) = 15+89+184=288 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.21% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 184 (72.27% from 255 or 63.89% from 288); Max value from RGB is 184 - color contains mainly: blue. Hex color #0F59B8 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F59B8 is #F0A647. Grayscale: #4D4D4D. Windows color (decimal): -15771208 or 12081423. OLE color: 12081423.

HSL color Cylindrical-coordinate representation of color #0F59B8: hue angle of 213.73º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F59B8 is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1589184-
CMYK0.920.5200.28
HSL213.73º84.92%39.02%-
HSV(B)213.73º91.85%72.16%-
XYZ12.4210.7146.76-
YUV77.7187.9883.28-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.21%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 184 (72.27% from 255) = 63.89%
R=5.21%
G=30.90%
B=63.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15891840.920.5200.28213.7384.9239.02
HexF59B85C3401Cd65527
Octal171312701346403432612547
Binary11111011001101110001011100110100011100110101101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F59B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,89,184); }

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

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

 a { background-color: rgb(15,89,184); }

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

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

 span { border-color: rgb(15,89,184); }

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