Html Css Color HEX #0573BC Navy Blue

📋 copy color: '#0573BC'

red 5 ◦ green 115 ◦ blue 188

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

Shades of Navy Blue #0573BC

Tints of Navy Blue #0573BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.04%

R = 1.62%
G = 37.34%
B = 61.04%

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

#0573BC (or 0x0573BC) is known color: Navy Blue. HEX triplet: 05, 73 and BC. RGB value is (5,115,188). Sum of RGB (Red+Green+Blue) = 5+115+188=308 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 188 (73.83% from 255 or 61.04% from 308); Max value from RGB is 188 - color contains mainly: blue. Hex color #0573BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0573BC is #FA8C43. Grayscale: #5A5A5A. Windows color (decimal): -16419908 or 12350213. OLE color: 12350213.

HSL color Cylindrical-coordinate representation of color #0573BC: hue angle of 203.93º 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 #0573BC is Cyan = 0.97, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 115 188 -
CMYK 0.97 0.39 0 0.26
HSL 203.93º 0.95% 0.38% -
HSV(B) 203.93º 0.97% 0.74% -
XYZ 15.27 15.92 49.85 -
YUV 90.43 183.06 67.06 -
System Red Green Blue C M Y K H S L
Decimal 5 115 188 0.97 0.39 0 0.26 203.93 0.95 0.38
Hex 5 73 BC 61 27 0 1A CC 5F 26
Octal 5 163 274 141 47 0 32 314 137 46
Binary 101 1110011 10111100 1100001 100111 0 11010 11001100 1011111 100110

Color Harmonies of #0573BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0573BC

Black with #0573BC

Text Example


Text Example

White with #0573BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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