#0F51E5

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

Shades of Navy Blue #0F51E5

Tints of Navy Blue #0F51E5

Color information

#0F51E5 (or 0x0F51E5) is unknown color: approx Navy Blue. HEX triplet: 0F, 51 and E5. RGB value is (15,81,229). Sum of RGB (Red+Green+Blue) = 15+81+229=325 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.62% from 325); Green value is 81 (32.03% from 255 or 24.92% from 325); Blue value is 229 (89.84% from 255 or 70.46% from 325); Max value from RGB is 229 - color contains mainly: blue. Hex color #0F51E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0F51E5 is #F0AE1A. Grayscale: #4D4D4D. Windows color (decimal): -15773211 or 15028495. OLE color: 15028495.

HSL color Cylindrical-coordinate representation of color #0F51E5: hue angle of 221.5º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F51E5 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1581229-
CMYK0.930.6500.10
HSL221.5º87.7%47.84%-
HSV(B)221.5º93.45%89.8%-
XYZ17.2811.6475.47-
YUV78.14213.1382.97-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.62%
GREEN value IS 81 (32.03% from 255) = 24.92%
BLUE value IS 229 (89.84% from 255) = 70.46%
R=4.62%
G=24.92%
B=70.46%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal15812290.930.6500.10221.587.747.84
HexF51E55D410Add5830
Octal1712134513510101233513060
Binary11111010001111001011011101100000101010110111011011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F51E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,81,229); }

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

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

 a { background-color: rgb(15,81,229); }

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

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

 span { border-color: rgb(15,81,229); }

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