#0F4FC4

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

Shades of Denim #0F4FC4

Tints of Denim #0F4FC4

Color information

#0F4FC4 (or 0x0F4FC4) is unknown color: approx Denim. HEX triplet: 0F, 4F and C4. RGB value is (15,79,196). Sum of RGB (Red+Green+Blue) = 15+79+196=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 79 (31.25% from 255 or 27.24% from 290); Blue value is 196 (76.95% from 255 or 67.59% from 290); Max value from RGB is 196 - color contains mainly: blue. Hex color #0F4FC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4FC4 is #F0B03B. Grayscale: #484848. Windows color (decimal): -15773756 or 12865295. OLE color: 12865295.

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

Color convert

RGB1579196-
CMYK0.920.6000.23
HSL218.78º85.78%41.37%-
HSV(B)218.78º92.35%76.86%-
XYZ12.969.6853.41-
YUV73.2197.386.49-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.17%
GREEN value IS 79 (31.25% from 255) = 27.24%
BLUE value IS 196 (76.95% from 255) = 67.59%
R=5.17%
G=27.24%
B=67.59%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal15791960.920.6000.23218.7885.7841.37
HexF4FC45C3C017db5629
Octal171173041347402733312651
Binary11111001111110001001011100111100010111110110111010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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