Html Css Color HEX #0573BD Navy Blue

📋 copy color: '#0573BD'

red 5 ◦ green 115 ◦ blue 189

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

Shades of Navy Blue #0573BD

Tints of Navy Blue #0573BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 61.17%

R = 1.62%
G = 37.22%
B = 61.17%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0573BD (or 0x0573BD) is known color: Navy Blue. HEX triplet: 05, 73 and BD. RGB value is (5,115,189). Sum of RGB (Red+Green+Blue) = 5+115+189=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 189 (74.22% from 255 or 61.17% from 309); Max value from RGB is 189 - color contains mainly: blue. Hex color #0573BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0573BD is #FA8C42. Grayscale: #5A5A5A. Windows color (decimal): -16419907 or 12415749. OLE color: 12415749.

HSL color Cylindrical-coordinate representation of color #0573BD: hue angle of 204.13º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0573BD is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 115 189 -
CMYK 0.97 0.39 0 0.26
HSL 204.13º 0.95% 0.38% -
HSV(B) 204.13º 0.97% 0.74% -
XYZ 15.38 15.97 50.42 -
YUV 90.55 183.56 66.98 -
System Red Green Blue C M Y K H S L
Decimal 5 115 189 0.97 0.39 0 0.26 204.13 0.95 0.38
Hex 5 73 BD 61 27 0 1A CC 5F 26
Octal 5 163 275 141 47 0 32 314 137 46
Binary 101 1110011 10111101 1100001 100111 0 11010 11001100 1011111 100110

Color Harmonies of #0573BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0573BD

Black with #0573BD

Text Example


Text Example

White with #0573BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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