Html Css Color HEX #0D54DB Navy Blue

📋 copy color: '#0D54DB'

red 13 ◦ green 84 ◦ blue 219

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

Shades of Navy Blue #0D54DB

Tints of Navy Blue #0D54DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.3%

R = 4.11%
G = 26.58%
B = 69.3%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0D54DB (or 0x0D54DB) is known color: Navy Blue. HEX triplet: 0D, 54 and DB. RGB value is (13,84,219). Sum of RGB (Red+Green+Blue) = 13+84+219=316 (41% of max value = 765). Red value is 13 (5.47% from 255 or 4.11% from 316); Green value is 84 (33.20% from 255 or 26.58% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #0D54DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0D54DB is #F2AB24. Grayscale: #4D4D4D. Windows color (decimal): -15903525 or 14373901. OLE color: 14373901.

HSL color Cylindrical-coordinate representation of color #0D54DB: hue angle of 219.32º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D54DB is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 13 84 219 -
CMYK 0.94 0.62 0 0.14
HSL 219.32º 0.89% 0.45% -
HSV(B) 219.32º 0.94% 0.86% -
XYZ 16.12 11.54 68.4 -
YUV 78.16 207.48 81.52 -
System Red Green Blue C M Y K H S L
Decimal 13 84 219 0.94 0.62 0 0.14 219.32 0.89 0.45
Hex D 54 DB 5E 3E 0 E DB 59 2D
Octal 15 124 333 136 76 0 16 333 131 55
Binary 1101 1010100 11011011 1011110 111110 0 1110 11011011 1011001 101101

Color Harmonies of #0D54DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D54DB

Black with #0D54DB

Text Example


Text Example

White with #0D54DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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