#0F68B9

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

Shades of Denim #0F68B9

Tints of Denim #0F68B9

Color information

#0F68B9 (or 0x0F68B9) is unknown color: approx Denim. HEX triplet: 0F, 68 and B9. RGB value is (15,104,185). Sum of RGB (Red+Green+Blue) = 15+104+185=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 104 (41.02% from 255 or 34.21% from 304); Blue value is 185 (72.66% from 255 or 60.86% from 304); Max value from RGB is 185 - color contains mainly: blue. Hex color #0F68B9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F68B9 is #F09746. Grayscale: #565656. Windows color (decimal): -15767367 or 12150799. OLE color: 12150799.

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

Color convert

RGB15104185-
CMYK0.920.4400.27
HSL208.59º85%39.22%-
HSV(B)208.59º91.89%72.55%-
XYZ13.913.547.77-
YUV86.62183.5176.91-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.93%
GREEN value IS 104 (41.02% from 255) = 34.21%
BLUE value IS 185 (72.66% from 255) = 60.86%
R=4.93%
G=34.21%
B=60.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151041850.920.4400.27208.598539.22
HexF68B95C2C01Bd15527
Octal171502711345403332112547
Binary11111101000101110011011100101100011011110100011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F68B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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