Html Css Color HEX #0D54D1 Navy Blue

📋 copy color: '#0D54D1'

red 13 ◦ green 84 ◦ blue 209

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

Shades of Navy Blue #0D54D1

Tints of Navy Blue #0D54D1

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

 BLUE value IS 209 (82.03% from 255) = 68.3%

R = 4.25%
G = 27.45%
B = 68.3%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0D54D1 (or 0x0D54D1) is known color: Navy Blue. HEX triplet: 0D, 54 and D1. RGB value is (13,84,209). Sum of RGB (Red+Green+Blue) = 13+84+209=306 (40% of max value = 765). Red value is 13 (5.47% from 255 or 4.25% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 209 (82.03% from 255 or 68.30% from 306); Max value from RGB is 209 - color contains mainly: blue. Hex color #0D54D1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D54D1 is #F2AB2E. Grayscale: #4C4C4C. Windows color (decimal): -15903535 or 13718541. OLE color: 13718541.

HSL color Cylindrical-coordinate representation of color #0D54D1: hue angle of 218.27º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D54D1 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 13 84 209 -
CMYK 0.94 0.60 0 0.18
HSL 218.27º 0.88% 0.44% -
HSV(B) 218.27º 0.94% 0.82% -
XYZ 14.84 11.03 61.67 -
YUV 77.02 202.48 82.34 -
System Red Green Blue C M Y K H S L
Decimal 13 84 209 0.94 0.60 0 0.18 218.27 0.88 0.44
Hex D 54 D1 5E 3C 0 12 DA 58 2C
Octal 15 124 321 136 74 0 22 332 130 54
Binary 1101 1010100 11010001 1011110 111100 0 10010 11011010 1011000 101100

Color Harmonies of #0D54D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D54D1

Black with #0D54D1

Text Example


Text Example

White with #0D54D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,84,209); }

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

background-color css

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

 a { background-color: rgb(13,84,209); }

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

border-color css

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

 span { border-color: rgb(13,84,209); }

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