Html Css Color HEX #0D48ED Navy Blue

📋 copy color: '#0D48ED'

red 13 ◦ green 72 ◦ blue 237

#0D48ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0D48ED

Tints of Navy Blue #0D48ED

RGB

 RED value IS 13 (5.47% from 255) = 4.04%

 GREEN value IS 72 (28.52% from 255) = 22.36%

 BLUE value IS 237 (92.97% from 255) = 73.6%

R = 4.04%
G = 22.36%
B = 73.6%

CMYK

 C value IS 0.95

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0D48ED (or 0x0D48ED) is known color: Navy Blue. HEX triplet: 0D, 48 and ED. RGB value is (13,72,237). Sum of RGB (Red+Green+Blue) = 13+72+237=322 (42% of max value = 765). Red value is 13 (5.47% from 255 or 4.04% from 322); Green value is 72 (28.52% from 255 or 22.36% from 322); Blue value is 237 (92.97% from 255 or 73.60% from 322); Max value from RGB is 237 - color contains mainly: blue. Hex color #0D48ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D48ED is #F2B712. Grayscale: #484848. Windows color (decimal): -15906579 or 15550477. OLE color: 15550477.

HSL color Cylindrical-coordinate representation of color #0D48ED: hue angle of 224.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D48ED is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 13 72 237 -
CMYK 0.95 0.70 0 0.07
HSL 224.2º 0.9% 0.49% -
HSV(B) 224.2º 0.95% 0.93% -
XYZ 17.77 10.83 81.28 -
YUV 73.17 220.45 85.08 -
System Red Green Blue C M Y K H S L
Decimal 13 72 237 0.95 0.70 0 0.07 224.2 0.9 0.49
Hex D 48 ED 5F 46 0 7 E0 5A 31
Octal 15 110 355 137 106 0 7 340 132 61
Binary 1101 1001000 11101101 1011111 1000110 0 111 11100000 1011010 110001

Color Harmonies of #0D48ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D48ED

Black with #0D48ED

Text Example


Text Example

White with #0D48ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0D48ED;
 }
 .AnyTagClassName
 {
   color: #0D48ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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