Html Css Color HEX #0563FC Navy Blue

📋 copy color: '#0563FC'

red 5 ◦ green 99 ◦ blue 252

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

Shades of Navy Blue #0563FC

Tints of Navy Blue #0563FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70.79%

R = 1.4%
G = 27.81%
B = 70.79%

CMYK

 C value IS 0.98

 M value IS 0.61

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0563FC (or 0x0563FC) is known color: Navy Blue. HEX triplet: 05, 63 and FC. RGB value is (5,99,252). Sum of RGB (Red+Green+Blue) = 5+99+252=356 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.40% from 356); Green value is 99 (39.06% from 255 or 27.81% from 356); Blue value is 252 (98.83% from 255 or 70.79% from 356); Max value from RGB is 252 - color contains mainly: blue. Hex color #0563FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0563FC is #FA9C03. Grayscale: #575757. Windows color (decimal): -16423940 or 16540421. OLE color: 16540421.

HSL color Cylindrical-coordinate representation of color #0563FC: hue angle of 217.17º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0563FC is Cyan = 0.98, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 99 252 -
CMYK 0.98 0.61 0 0.01
HSL 217.17º 0.98% 0.5% -
HSV(B) 217.17º 0.98% 0.99% -
XYZ 22.1 15.98 94.02 -
YUV 88.34 220.36 68.56 -
System Red Green Blue C M Y K H S L
Decimal 5 99 252 0.98 0.61 0 0.01 217.17 0.98 0.5
Hex 5 63 FC 62 3D 0 1 D9 62 32
Octal 5 143 374 142 75 0 1 331 142 62
Binary 101 1100011 11111100 1100010 111101 0 1 11011001 1100010 110010

Color Harmonies of #0563FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0563FC

Black with #0563FC

Text Example


Text Example

White with #0563FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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