#0F50C4

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

Shades of Denim #0F50C4

Tints of Denim #0F50C4

Color information

#0F50C4 (or 0x0F50C4) is unknown color: approx Denim. HEX triplet: 0F, 50 and C4. RGB value is (15,80,196). Sum of RGB (Red+Green+Blue) = 15+80+196=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 80 (31.64% from 255 or 27.49% from 291); Blue value is 196 (76.95% from 255 or 67.35% from 291); Max value from RGB is 196 - color contains mainly: blue. Hex color #0F50C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F50C4 is #F0AF3B. Grayscale: #494949. Windows color (decimal): -15773500 or 12865551. OLE color: 12865551.

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

Color convert

RGB1580196-
CMYK0.920.5900.23
HSL218.45º85.78%41.37%-
HSV(B)218.45º92.35%76.86%-
XYZ13.039.8253.43-
YUV73.79196.9786.07-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.15%
GREEN value IS 80 (31.64% from 255) = 27.49%
BLUE value IS 196 (76.95% from 255) = 67.35%
R=5.15%
G=27.49%
B=67.35%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal15801960.920.5900.23218.4585.7841.37
HexF50C45C3B017da5629
Octal171203041347302733212651
Binary11111010000110001001011100111011010111110110101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F50C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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