#0F48EA

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

Shades of Navy Blue #0F48EA

Tints of Navy Blue #0F48EA

Color information

#0F48EA (or 0x0F48EA) is unknown color: approx Navy Blue. HEX triplet: 0F, 48 and EA. RGB value is (15,72,234). Sum of RGB (Red+Green+Blue) = 15+72+234=321 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.67% from 321); Green value is 72 (28.52% from 255 or 22.43% from 321); Blue value is 234 (91.80% from 255 or 72.90% from 321); Max value from RGB is 234 - color contains mainly: blue. Hex color #0F48EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F48EA is #F0B715. Grayscale: #484848. Windows color (decimal): -15775510 or 15353871. OLE color: 15353871.

HSL color Cylindrical-coordinate representation of color #0F48EA: hue angle of 224.38º 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 #0F48EA is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1572234-
CMYK0.940.6900.08
HSL224.38º87.95%48.82%-
HSV(B)224.38º93.59%91.76%-
XYZ17.3710.6878.99-
YUV73.42218.6286.33-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.67%
GREEN value IS 72 (28.52% from 255) = 22.43%
BLUE value IS 234 (91.80% from 255) = 72.90%
R=4.67%
G=22.43%
B=72.90%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal15722340.940.6900.08224.3887.9548.82
HexF48EA5E4508e05831
Octal1711035213610501034013061
Binary11111001000111010101011110100010101000111000001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F48EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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