#0F6DC2

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

Shades of Denim #0F6DC2

Tints of Denim #0F6DC2

Color information

#0F6DC2 (or 0x0F6DC2) is unknown color: approx Denim. HEX triplet: 0F, 6D and C2. RGB value is (15,109,194). Sum of RGB (Red+Green+Blue) = 15+109+194=318 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.72% from 318); Green value is 109 (42.97% from 255 or 34.28% from 318); Blue value is 194 (76.17% from 255 or 61.01% from 318); Max value from RGB is 194 - color contains mainly: blue. Hex color #0F6DC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6DC2 is #F0923D. Grayscale: #5A5A5A. Windows color (decimal): -15766078 or 12741903. OLE color: 12741903.

HSL color Cylindrical-coordinate representation of color #0F6DC2: hue angle of 208.49º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0F6DC2 is Cyan = 0.92, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15109194-
CMYK0.920.4400.24
HSL208.49º85.65%40.98%-
HSV(B)208.49º92.27%76.08%-
XYZ15.414.9353.11-
YUV90.58186.3674.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.72%
GREEN value IS 109 (42.97% from 255) = 34.28%
BLUE value IS 194 (76.17% from 255) = 61.01%
R=4.72%
G=34.28%
B=61.01%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal151091940.920.4400.24208.4985.6540.98
HexF6DC25C2C018d05629
Octal171553021345403032012651
Binary11111101101110000101011100101100011000110100001010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,109,194); }

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

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

 a { background-color: rgb(15,109,194); }

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

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

 span { border-color: rgb(15,109,194); }

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