#0F49E0

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

Shades of Navy Blue #0F49E0

Tints of Navy Blue #0F49E0

Color information

#0F49E0 (or 0x0F49E0) is unknown color: approx Navy Blue. HEX triplet: 0F, 49 and E0. RGB value is (15,73,224). Sum of RGB (Red+Green+Blue) = 15+73+224=312 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.81% from 312); Green value is 73 (28.91% from 255 or 23.40% from 312); Blue value is 224 (87.89% from 255 or 71.79% from 312); Max value from RGB is 224 - color contains mainly: blue. Hex color #0F49E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0F49E0 is #F0B61F. Grayscale: #484848. Windows color (decimal): -15775264 or 14698767. OLE color: 14698767.

HSL color Cylindrical-coordinate representation of color #0F49E0: hue angle of 223.35º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F49E0 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1573224-
CMYK0.930.6700.12
HSL223.35º87.45%46.86%-
HSV(B)223.35º93.3%87.84%-
XYZ16.0310.2571.65-
YUV72.87213.2886.72-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.81%
GREEN value IS 73 (28.91% from 255) = 23.40%
BLUE value IS 224 (87.89% from 255) = 71.79%
R=4.81%
G=23.40%
B=71.79%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal15732240.930.6700.12223.3587.4546.86
HexF49E05D430Cdf572f
Octal1711134013510301433712757
Binary11111001001111000001011101100001101100110111111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F49E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,73,224); }

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

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

 a { background-color: rgb(15,73,224); }

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

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

 span { border-color: rgb(15,73,224); }

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