#0F61BF

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

Shades of Denim #0F61BF

Tints of Denim #0F61BF

Color information

#0F61BF (or 0x0F61BF) is unknown color: approx Denim. HEX triplet: 0F, 61 and BF. RGB value is (15,97,191). Sum of RGB (Red+Green+Blue) = 15+97+191=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 191 (75% from 255 or 63.04% from 303); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F61BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F61BF is #F09E40. Grayscale: #525252. Windows color (decimal): -15769153 or 12542223. OLE color: 12542223.

HSL color Cylindrical-coordinate representation of color #0F61BF: hue angle of 212.05º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F61BF is Cyan = 0.92, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1597191-
CMYK0.920.4900.25
HSL212.05º85.44%40.39%-
HSV(B)212.05º92.15%74.9%-
XYZ13.8812.4150.95-
YUV83.2188.8379.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.95%
GREEN value IS 97 (38.28% from 255) = 32.01%
BLUE value IS 191 (75% from 255) = 63.04%
R=4.95%
G=32.01%
B=63.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal15971910.920.4900.25212.0585.4440.39
HexF61BF5C31019d45528
Octal171412771346103132412550
Binary11111100001101111111011100110001011001110101001010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F61BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,97,191); }

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

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

 a { background-color: rgb(15,97,191); }

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

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

 span { border-color: rgb(15,97,191); }

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