Html Css Color HEX #0573CC Navy Blue

📋 copy color: '#0573CC'

red 5 ◦ green 115 ◦ blue 204

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

Shades of Navy Blue #0573CC

Tints of Navy Blue #0573CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.96%

R = 1.54%
G = 35.49%
B = 62.96%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0573CC (or 0x0573CC) is known color: Navy Blue. HEX triplet: 05, 73 and CC. RGB value is (5,115,204). Sum of RGB (Red+Green+Blue) = 5+115+204=324 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 204 (80.08% from 255 or 62.96% from 324); Max value from RGB is 204 - color contains mainly: blue. Hex color #0573CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0573CC is #FA8C33. Grayscale: #5B5B5B. Windows color (decimal): -16419892 or 13398789. OLE color: 13398789.

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

Color convert

RGB 5 115 204 -
CMYK 0.98 0.44 0 0.2
HSL 206.83º 0.95% 0.41% -
HSV(B) 206.83º 0.98% 0.8% -
XYZ 17.09 16.65 59.44 -
YUV 92.26 191.06 65.76 -
System Red Green Blue C M Y K H S L
Decimal 5 115 204 0.98 0.44 0 0.2 206.83 0.95 0.41
Hex 5 73 CC 62 2C 0 14 CF 5F 29
Octal 5 163 314 142 54 0 24 317 137 51
Binary 101 1110011 11001100 1100010 101100 0 10100 11001111 1011111 101001

Color Harmonies of #0573CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0573CC

Black with #0573CC

Text Example


Text Example

White with #0573CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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