#0F67BF

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

Shades of Denim #0F67BF

Tints of Denim #0F67BF

Color information

#0F67BF (or 0x0F67BF) is unknown color: approx Denim. HEX triplet: 0F, 67 and BF. RGB value is (15,103,191). Sum of RGB (Red+Green+Blue) = 15+103+191=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 103 (40.62% from 255 or 33.33% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #0F67BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F67BF is #F09840. Grayscale: #565656. Windows color (decimal): -15767617 or 12543759. OLE color: 12543759.

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

Color convert

RGB15103191-
CMYK0.920.4600.25
HSL210º85.44%40.39%-
HSV(B)210º92.15%74.9%-
XYZ14.4513.5651.15-
YUV86.72186.8576.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.85%
GREEN value IS 103 (40.62% from 255) = 33.33%
BLUE value IS 191 (75% from 255) = 61.81%
R=4.85%
G=33.33%
B=61.81%

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
Decimal151031910.920.4600.2521085.4440.39
HexF67BF5C2E019d25528
Octal171472771345603132212550
Binary11111100111101111111011100101110011001110100101010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F67BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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