Html Css Color HEX #0573DB Navy Blue

📋 copy color: '#0573DB'

red 5 ◦ green 115 ◦ blue 219

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

Shades of Navy Blue #0573DB

Tints of Navy Blue #0573DB

RGB

 RED value IS 5 (2.34% from 255) = 1.47%

 GREEN value IS 115 (45.31% from 255) = 33.92%

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

R = 1.47%
G = 33.92%
B = 64.6%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0573DB (or 0x0573DB) is known color: Navy Blue. HEX triplet: 05, 73 and DB. RGB value is (5,115,219). Sum of RGB (Red+Green+Blue) = 5+115+219=339 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.47% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 219 (85.94% from 255 or 64.60% from 339); Max value from RGB is 219 - color contains mainly: blue. Hex color #0573DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0573DB is #FA8C24. Grayscale: #5D5D5D. Windows color (decimal): -16419877 or 14381829. OLE color: 14381829.

HSL color Cylindrical-coordinate representation of color #0573DB: hue angle of 209.16º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0573DB is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 115 219 -
CMYK 0.98 0.47 0 0.14
HSL 209.16º 0.96% 0.44% -
HSV(B) 209.16º 0.98% 0.86% -
XYZ 18.98 17.41 69.38 -
YUV 93.97 198.56 64.54 -
System Red Green Blue C M Y K H S L
Decimal 5 115 219 0.98 0.47 0 0.14 209.16 0.96 0.44
Hex 5 73 DB 62 2F 0 E D1 60 2C
Octal 5 163 333 142 57 0 16 321 140 54
Binary 101 1110011 11011011 1100010 101111 0 1110 11010001 1100000 101100

Color Harmonies of #0573DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0573DB

Black with #0573DB

Text Example


Text Example

White with #0573DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0573DB; }

 p { color: rgb(5,115,219); }

 H1.HeaderClassName
 {
   color: #0573DB;
 }
 .AnyTagClassName
 {
   color: #0573DB;
 }
</style>

background-color css

<style>
 a { background-color: #0573DB; }

 a { background-color: rgb(5,115,219); }

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

border-color css

<style>
 span { border-color: #0573DB; }

 span { border-color: rgb(5,115,219); }

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