#0F60B9

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

Shades of Denim #0F60B9

Tints of Denim #0F60B9

Color information

#0F60B9 (or 0x0F60B9) is unknown color: approx Denim. HEX triplet: 0F, 60 and B9. RGB value is (15,96,185). Sum of RGB (Red+Green+Blue) = 15+96+185=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 96 (37.89% from 255 or 32.43% from 296); Blue value is 185 (72.66% from 255 or 62.5% from 296); Max value from RGB is 185 - color contains mainly: blue. Hex color #0F60B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F60B9 is #F09F46. Grayscale: #515151. Windows color (decimal): -15769415 or 12148751. OLE color: 12148751.

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

Color convert

RGB1596185-
CMYK0.920.4800.27
HSL211.41º85%39.22%-
HSV(B)211.41º91.89%72.55%-
XYZ13.1411.9747.52-
YUV81.93186.1680.26-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.07%
GREEN value IS 96 (37.89% from 255) = 32.43%
BLUE value IS 185 (72.66% from 255) = 62.5%
R=5.07%
G=32.43%
B=62.5%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15961850.920.4800.27211.418539.22
HexF60B95C3001Bd35527
Octal171402711346003332312547
Binary11111100000101110011011100110000011011110100111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F60B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,96,185); }

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

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

 a { background-color: rgb(15,96,185); }

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

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

 span { border-color: rgb(15,96,185); }

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