Html Css Color HEX #0561DC Navy Blue

📋 copy color: '#0561DC'

red 5 ◦ green 97 ◦ blue 220

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

Shades of Navy Blue #0561DC

Tints of Navy Blue #0561DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.32%

R = 1.55%
G = 30.12%
B = 68.32%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0561DC (or 0x0561DC) is known color: Navy Blue. HEX triplet: 05, 61 and DC. RGB value is (5,97,220). Sum of RGB (Red+Green+Blue) = 5+97+220=322 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 220 (86.33% from 255 or 68.32% from 322); Max value from RGB is 220 - color contains mainly: blue. Hex color #0561DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0561DC is #FA9E23. Grayscale: #525252. Windows color (decimal): -16424484 or 14442757. OLE color: 14442757.

HSL color Cylindrical-coordinate representation of color #0561DC: hue angle of 214.33º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0561DC is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 97 220 -
CMYK 0.98 0.56 0 0.14
HSL 214.33º 0.96% 0.44% -
HSV(B) 214.33º 0.98% 0.86% -
XYZ 17.26 13.75 69.45 -
YUV 83.51 205.02 72 -
System Red Green Blue C M Y K H S L
Decimal 5 97 220 0.98 0.56 0 0.14 214.33 0.96 0.44
Hex 5 61 DC 62 38 0 E D6 60 2C
Octal 5 141 334 142 70 0 16 326 140 54
Binary 101 1100001 11011100 1100010 111000 0 1110 11010110 1100000 101100

Color Harmonies of #0561DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0561DC

Black with #0561DC

Text Example


Text Example

White with #0561DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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