#0F48E6

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

Shades of Navy Blue #0F48E6

Tints of Navy Blue #0F48E6

Color information

#0F48E6 (or 0x0F48E6) is unknown color: approx Navy Blue. HEX triplet: 0F, 48 and E6. RGB value is (15,72,230). Sum of RGB (Red+Green+Blue) = 15+72+230=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 230 (90.23% from 255 or 72.56% from 317); Max value from RGB is 230 - color contains mainly: blue. Hex color #0F48E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F48E6 is #F0B719. Grayscale: #484848. Windows color (decimal): -15775514 or 15091727. OLE color: 15091727.

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

Color convert

RGB1572230-
CMYK0.930.6900.10
HSL224.09º87.76%48.04%-
HSV(B)224.09º93.48%90.2%-
XYZ16.810.4575.99-
YUV72.97216.6286.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.73%
GREEN value IS 72 (28.52% from 255) = 22.71%
BLUE value IS 230 (90.23% from 255) = 72.56%
R=4.73%
G=22.71%
B=72.56%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal15722300.930.6900.10224.0987.7648.04
HexF48E65D450Ae05830
Octal1711034613510501234013060
Binary11111001000111001101011101100010101010111000001011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F48E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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