#0F4DCA

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

Shades of Denim #0F4DCA

Tints of Denim #0F4DCA

Color information

#0F4DCA (or 0x0F4DCA) is unknown color: approx Denim. HEX triplet: 0F, 4D and CA. RGB value is (15,77,202). Sum of RGB (Red+Green+Blue) = 15+77+202=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 202 (79.30% from 255 or 68.71% from 294); Max value from RGB is 202 - color contains mainly: blue. Hex color #0F4DCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F4DCA is #F0B235. Grayscale: #484848. Windows color (decimal): -15774262 or 13257999. OLE color: 13257999.

HSL color Cylindrical-coordinate representation of color #0F4DCA: hue angle of 220.11º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F4DCA is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1577202-
CMYK0.930.6200.21
HSL220.11º86.18%42.55%-
HSV(B)220.11º92.57%79.22%-
XYZ13.519.6757.03-
YUV72.71200.9686.84-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.10%
GREEN value IS 77 (30.47% from 255) = 26.19%
BLUE value IS 202 (79.30% from 255) = 68.71%
R=5.10%
G=26.19%
B=68.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal15772020.930.6200.21220.1186.1842.55
HexF4DCA5D3E015dc562b
Octal171153121357602533412653
Binary11111001101110010101011101111110010101110111001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F4DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,77,202); }

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

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

 a { background-color: rgb(15,77,202); }

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

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

 span { border-color: rgb(15,77,202); }

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