#0F6FBB

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

Shades of Denim #0F6FBB

Tints of Denim #0F6FBB

Color information

#0F6FBB (or 0x0F6FBB) is unknown color: approx Denim. HEX triplet: 0F, 6F and BB. RGB value is (15,111,187). Sum of RGB (Red+Green+Blue) = 15+111+187=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 187 (73.44% from 255 or 59.74% from 313); Max value from RGB is 187 - color contains mainly: blue. Hex color #0F6FBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6FBB is #F09044. Grayscale: #5A5A5A. Windows color (decimal): -15765573 or 12283663. OLE color: 12283663.

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

Color convert

RGB15111187-
CMYK0.920.4100.27
HSL206.51º85.15%39.61%-
HSV(B)206.51º91.98%73.33%-
XYZ14.8515.0649.14-
YUV90.96182.273.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.79%
GREEN value IS 111 (43.75% from 255) = 35.46%
BLUE value IS 187 (73.44% from 255) = 59.74%
R=4.79%
G=35.46%
B=59.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151111870.920.4100.27206.5185.1539.61
HexF6FBB5C2901Bcf5528
Octal171572731345103331712550
Binary11111101111101110111011100101001011011110011111010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,111,187); }

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

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

 a { background-color: rgb(15,111,187); }

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

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

 span { border-color: rgb(15,111,187); }

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