Html Css Color HEX #0563CD Navy Blue

📋 copy color: '#0563CD'

red 5 ◦ green 99 ◦ blue 205

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

Shades of Navy Blue #0563CD

Tints of Navy Blue #0563CD

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.04%

 BLUE value IS 205 (80.47% from 255) = 66.34%

R = 1.62%
G = 32.04%
B = 66.34%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0563CD (or 0x0563CD) is known color: Navy Blue. HEX triplet: 05, 63 and CD. RGB value is (5,99,205). Sum of RGB (Red+Green+Blue) = 5+99+205=309 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.62% from 309); Green value is 99 (39.06% from 255 or 32.04% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #0563CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0563CD is #FA9C32. Grayscale: #525252. Windows color (decimal): -16423987 or 13460229. OLE color: 13460229.

HSL color Cylindrical-coordinate representation of color #0563CD: hue angle of 211.8º 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 #0563CD is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 99 205 -
CMYK 0.98 0.52 0 0.20
HSL 211.8º 0.95% 0.41% -
HSV(B) 211.8º 0.98% 0.8% -
XYZ 15.54 13.36 59.52 -
YUV 82.98 196.86 72.38 -
System Red Green Blue C M Y K H S L
Decimal 5 99 205 0.98 0.52 0 0.20 211.8 0.95 0.41
Hex 5 63 CD 62 34 0 14 D4 5F 29
Octal 5 143 315 142 64 0 24 324 137 51
Binary 101 1100011 11001101 1100010 110100 0 10100 11010100 1011111 101001

Color Harmonies of #0563CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0563CD

Black with #0563CD

Text Example


Text Example

White with #0563CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0563CD; }

 p { color: rgb(5,99,205); }

 H1.HeaderClassName
 {
   color: #0563CD;
 }
 .AnyTagClassName
 {
   color: #0563CD;
 }
</style>

background-color css

<style>
 a { background-color: #0563CD; }

 a { background-color: rgb(5,99,205); }

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

border-color css

<style>
 span { border-color: #0563CD; }

 span { border-color: rgb(5,99,205); }

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