#0F59CB

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

Shades of Denim #0F59CB

Tints of Denim #0F59CB

Color information

#0F59CB (or 0x0F59CB) is unknown color: approx Denim. HEX triplet: 0F, 59 and CB. RGB value is (15,89,203). Sum of RGB (Red+Green+Blue) = 15+89+203=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 89 (35.16% from 255 or 28.99% from 307); Blue value is 203 (79.69% from 255 or 66.12% from 307); Max value from RGB is 203 - color contains mainly: blue. Hex color #0F59CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F59CB is #F0A634. Grayscale: #4F4F4F. Windows color (decimal): -15771189 or 13326607. OLE color: 13326607.

HSL color Cylindrical-coordinate representation of color #0F59CB: hue angle of 216.38º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F59CB is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1589203-
CMYK0.930.5600.20
HSL216.38º86.24%42.75%-
HSV(B)216.38º92.61%79.61%-
XYZ14.5511.5657.96-
YUV79.87197.4881.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.89%
GREEN value IS 89 (35.16% from 255) = 28.99%
BLUE value IS 203 (79.69% from 255) = 66.12%
R=4.89%
G=28.99%
B=66.12%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15892030.930.5600.20216.3886.2442.75
HexF59CB5D38014d8562b
Octal171313131357002433012653
Binary11111011001110010111011101111000010100110110001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F59CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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