#0F68BF

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

Shades of Denim #0F68BF

Tints of Denim #0F68BF

Color information

#0F68BF (or 0x0F68BF) is unknown color: approx Denim. HEX triplet: 0F, 68 and BF. RGB value is (15,104,191). Sum of RGB (Red+Green+Blue) = 15+104+191=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 104 (41.02% from 255 or 33.55% from 310); Blue value is 191 (75% from 255 or 61.61% from 310); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F68BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F68BF is #F09740. Grayscale: #565656. Windows color (decimal): -15767361 or 12544015. OLE color: 12544015.

HSL color Cylindrical-coordinate representation of color #0F68BF: hue angle of 209.66º 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 #0F68BF is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15104191-
CMYK0.920.4600.25
HSL209.66º85.44%40.39%-
HSV(B)209.66º92.15%74.9%-
XYZ14.5513.7651.18-
YUV87.31186.5176.43-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.84%
GREEN value IS 104 (41.02% from 255) = 33.55%
BLUE value IS 191 (75% from 255) = 61.61%
R=4.84%
G=33.55%
B=61.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151041910.920.4600.25209.6685.4440.39
HexF68BF5C2E019d25528
Octal171502771345603132212550
Binary11111101000101111111011100101110011001110100101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F68BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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