Html Css Color HEX #0573CE Navy Blue

📋 copy color: '#0573CE'

red 5 ◦ green 115 ◦ blue 206

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

Shades of Navy Blue #0573CE

Tints of Navy Blue #0573CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.19%

R = 1.53%
G = 35.28%
B = 63.19%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0573CE (or 0x0573CE) is known color: Navy Blue. HEX triplet: 05, 73 and CE. RGB value is (5,115,206). Sum of RGB (Red+Green+Blue) = 5+115+206=326 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.53% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 206 (80.86% from 255 or 63.19% from 326); Max value from RGB is 206 - color contains mainly: blue. Hex color #0573CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0573CE is #FA8C31. Grayscale: #5C5C5C. Windows color (decimal): -16419890 or 13529861. OLE color: 13529861.

HSL color Cylindrical-coordinate representation of color #0573CE: hue angle of 207.16º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0573CE is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 5 115 206 -
CMYK 0.98 0.44 0 0.19
HSL 207.16º 0.95% 0.41% -
HSV(B) 207.16º 0.98% 0.81% -
XYZ 17.33 16.75 60.71 -
YUV 92.48 192.06 65.6 -
System Red Green Blue C M Y K H S L
Decimal 5 115 206 0.98 0.44 0 0.19 207.16 0.95 0.41
Hex 5 73 CE 62 2C 0 13 CF 5F 29
Octal 5 163 316 142 54 0 23 317 137 51
Binary 101 1110011 11001110 1100010 101100 0 10011 11001111 1011111 101001

Color Harmonies of #0573CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0573CE

Black with #0573CE

Text Example


Text Example

White with #0573CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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