#0F47EA

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

Shades of Navy Blue #0F47EA

Tints of Navy Blue #0F47EA

Color information

#0F47EA (or 0x0F47EA) is unknown color: approx Navy Blue. HEX triplet: 0F, 47 and EA. RGB value is (15,71,234). Sum of RGB (Red+Green+Blue) = 15+71+234=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 71 (28.12% from 255 or 22.19% from 320); Blue value is 234 (91.80% from 255 or 73.12% from 320); Max value from RGB is 234 - color contains mainly: blue. Hex color #0F47EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F47EA is #F0B815. Grayscale: #484848. Windows color (decimal): -15775766 or 15353615. OLE color: 15353615.

HSL color Cylindrical-coordinate representation of color #0F47EA: hue angle of 224.66º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F47EA is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1571234-
CMYK0.940.7000.08
HSL224.66º87.95%48.82%-
HSV(B)224.66º93.59%91.76%-
XYZ17.310.5578.97-
YUV72.84218.9586.75-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.69%
GREEN value IS 71 (28.12% from 255) = 22.19%
BLUE value IS 234 (91.80% from 255) = 73.12%
R=4.69%
G=22.19%
B=73.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal15712340.940.7000.08224.6687.9548.82
HexF47EA5E4608e15831
Octal1710735213610601034113061
Binary11111000111111010101011110100011001000111000011011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F47EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,71,234); }

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

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

 a { background-color: rgb(15,71,234); }

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

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

 span { border-color: rgb(15,71,234); }

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