#0D48E0

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

Shades of Navy Blue #0D48E0

Tints of Navy Blue #0D48E0

Color information

#0D48E0 (or 0x0D48E0) is unknown color: approx Navy Blue. HEX triplet: 0D, 48 and E0. RGB value is (13,72,224). Sum of RGB (Red+Green+Blue) = 13+72+224=309 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.21% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 224 (87.89% from 255 or 72.49% from 309); Max value from RGB is 224 - color contains mainly: blue. Hex color #0D48E0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0D48E0 is #F2B71F. Grayscale: #474747. Windows color (decimal): -15906592 or 14698509. OLE color: 14698509.

HSL color Cylindrical-coordinate representation of color #0D48E0: hue angle of 223.22º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D48E0 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB1372224-
CMYK0.940.6800.12
HSL223.22º89.03%46.47%-
HSV(B)223.22º94.2%87.84%-
XYZ15.9410.171.63-
YUV71.69213.9586.14-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.21%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 224 (87.89% from 255) = 72.49%
R=4.21%
G=23.30%
B=72.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal13722240.940.6800.12223.2289.0346.47
HexD48E05E440Cdf592e
Octal1511034013610401433713156
Binary11011001000111000001011110100010001100110111111011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D48E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,72,224); }

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

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

 a { background-color: rgb(13,72,224); }

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

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

 span { border-color: rgb(13,72,224); }

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