Html Css Color HEX #0561DF Navy Blue

📋 copy color: '#0561DF'

red 5 ◦ green 97 ◦ blue 223

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

Shades of Navy Blue #0561DF

Tints of Navy Blue #0561DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.62%

R = 1.54%
G = 29.85%
B = 68.62%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0561DF (or 0x0561DF) is known color: Navy Blue. HEX triplet: 05, 61 and DF. RGB value is (5,97,223). Sum of RGB (Red+Green+Blue) = 5+97+223=325 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.54% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #0561DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0561DF is #FA9E20. Grayscale: #535353. Windows color (decimal): -16424481 or 14639365. OLE color: 14639365.

HSL color Cylindrical-coordinate representation of color #0561DF: hue angle of 214.68º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0561DF is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 97 223 -
CMYK 0.98 0.57 0 0.13
HSL 214.68º 0.96% 0.45% -
HSV(B) 214.68º 0.98% 0.87% -
XYZ 17.66 13.91 71.57 -
YUV 83.86 206.52 71.75 -
System Red Green Blue C M Y K H S L
Decimal 5 97 223 0.98 0.57 0 0.13 214.68 0.96 0.45
Hex 5 61 DF 62 39 0 D D7 60 2D
Octal 5 141 337 142 71 0 15 327 140 55
Binary 101 1100001 11011111 1100010 111001 0 1101 11010111 1100000 101101

Color Harmonies of #0561DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0561DF

Black with #0561DF

Text Example


Text Example

White with #0561DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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