#0f6cc4

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

Shades of Denim #0F6CC4

Tints of Denim #0F6CC4

Color information

#0F6CC4 (or 0x0F6CC4) is unknown color: approx Denim. HEX triplet: 0F, 6C and C4. RGB value is (15,108,196). Sum of RGB (Red+Green+Blue) = 15+108+196=319 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.70% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 196 (76.95% from 255 or 61.44% from 319); Max value from RGB is 196 - color contains mainly: blue. Hex color #0F6CC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F6CC4 is #F0933B. Grayscale: #595959. Windows color (decimal): -15766332 or 12872719. OLE color: 12872719.

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

Color convert

RGB15108196-
CMYK0.920.4500.23
HSL209.17º85.78%41.37%-
HSV(B)209.17º92.35%76.86%-
XYZ15.5214.8154.27-
YUV90.22187.6974.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.70%
GREEN value IS 108 (42.58% from 255) = 33.86%
BLUE value IS 196 (76.95% from 255) = 61.44%
R=4.70%
G=33.86%
B=61.44%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal151081960.920.4500.23209.1785.7841.37
HexF6CC45C2D017d15629
Octal171543041345502732112651
Binary11111101100110001001011100101101010111110100011010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f6cc4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,108,196); }

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

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

 a { background-color: rgb(15,108,196); }

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

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

 span { border-color: rgb(15,108,196); }

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