Html Css Color HEX #0563CE Navy Blue

📋 copy color: '#0563CE'

red 5 ◦ green 99 ◦ blue 206

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

Shades of Navy Blue #0563CE

Tints of Navy Blue #0563CE

RGB

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

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

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

R = 1.61%
G = 31.94%
B = 66.45%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0563CE (or 0x0563CE) is known color: Navy Blue. HEX triplet: 05, 63 and CE. RGB value is (5,99,206). Sum of RGB (Red+Green+Blue) = 5+99+206=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 99 (39.06% from 255 or 31.94% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #0563CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0563CE is #FA9C31. Grayscale: #525252. Windows color (decimal): -16423986 or 13525765. OLE color: 13525765.

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

Color convert

RGB 5 99 206 -
CMYK 0.98 0.52 0 0.19
HSL 211.94º 0.95% 0.41% -
HSV(B) 211.94º 0.98% 0.81% -
XYZ 15.67 13.41 60.16 -
YUV 83.09 197.36 72.3 -
System Red Green Blue C M Y K H S L
Decimal 5 99 206 0.98 0.52 0 0.19 211.94 0.95 0.41
Hex 5 63 CE 62 34 0 13 D4 5F 29
Octal 5 143 316 142 64 0 23 324 137 51
Binary 101 1100011 11001110 1100010 110100 0 10011 11010100 1011111 101001

Color Harmonies of #0563CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0563CE

Black with #0563CE

Text Example


Text Example

White with #0563CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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