#0F6BAC

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

Shades of Denim #0F6BAC

Tints of Denim #0F6BAC

Color information

#0F6BAC (or 0x0F6BAC) is unknown color: approx Denim. HEX triplet: 0F, 6B and AC. RGB value is (15,107,172). Sum of RGB (Red+Green+Blue) = 15+107+172=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #0F6BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0F6BAC is #F09453. Grayscale: #565656. Windows color (decimal): -15766612 or 11299599. OLE color: 11299599.

HSL color Cylindrical-coordinate representation of color #0F6BAC: hue angle of 204.84º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F6BAC is Cyan = 0.91, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15107172-
CMYK0.910.3800.33
HSL204.84º83.96%36.67%-
HSV(B)204.84º91.28%67.45%-
XYZ12.913.640.97-
YUV86.9176.0276.71-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.10%
GREEN value IS 107 (42.19% from 255) = 36.39%
BLUE value IS 172 (67.58% from 255) = 58.50%
R=5.10%
G=36.39%
B=58.50%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151071720.910.3800.33204.8483.9636.67
HexF6BAC5B26021cd5425
Octal171532541334604131512445
Binary111111010111010110010110111001100100001110011011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,107,172); }

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

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

 a { background-color: rgb(15,107,172); }

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

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

 span { border-color: rgb(15,107,172); }

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