Html Css Color HEX #0561FD Navy Blue

📋 copy color: '#0561FD'

red 5 ◦ green 97 ◦ blue 253

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

Shades of Navy Blue #0561FD

Tints of Navy Blue #0561FD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 27.32%

 BLUE value IS 253 (99.22% from 255) = 71.27%

R = 1.41%
G = 27.32%
B = 71.27%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0561FD (or 0x0561FD) is known color: Navy Blue. HEX triplet: 05, 61 and FD. RGB value is (5,97,253). Sum of RGB (Red+Green+Blue) = 5+97+253=355 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.41% from 355); Green value is 97 (38.28% from 255 or 27.32% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #0561FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0561FD is #FA9E02. Grayscale: #565656. Windows color (decimal): -16424451 or 16605445. OLE color: 16605445.

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

Color convert

RGB 5 97 253 -
CMYK 0.98 0.62 0 0.01
HSL 217.74º 0.98% 0.51% -
HSV(B) 217.74º 0.98% 0.99% -
XYZ 22.07 15.67 94.79 -
YUV 87.28 221.52 69.32 -
System Red Green Blue C M Y K H S L
Decimal 5 97 253 0.98 0.62 0 0.01 217.74 0.98 0.51
Hex 5 61 FD 62 3E 0 1 DA 62 33
Octal 5 141 375 142 76 0 1 332 142 63
Binary 101 1100001 11111101 1100010 111110 0 1 11011010 1100010 110011

Color Harmonies of #0561FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0561FD

Black with #0561FD

Text Example


Text Example

White with #0561FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0561FD; }

 p { color: rgb(5,97,253); }

 H1.HeaderClassName
 {
   color: #0561FD;
 }
 .AnyTagClassName
 {
   color: #0561FD;
 }
</style>

background-color css

<style>
 a { background-color: #0561FD; }

 a { background-color: rgb(5,97,253); }

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

border-color css

<style>
 span { border-color: #0561FD; }

 span { border-color: rgb(5,97,253); }

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