Html Css Color HEX #0561BF Navy Blue

📋 copy color: '#0561BF'

red 5 ◦ green 97 ◦ blue 191

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

Shades of Navy Blue #0561BF

Tints of Navy Blue #0561BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.19%

R = 1.71%
G = 33.11%
B = 65.19%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0561BF (or 0x0561BF) is known color: Navy Blue. HEX triplet: 05, 61 and BF. RGB value is (5,97,191). Sum of RGB (Red+Green+Blue) = 5+97+191=293 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 293); Green value is 97 (38.28% from 255 or 33.11% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #0561BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0561BF is #FA9E40. Grayscale: #4F4F4F. Windows color (decimal): -16424513 or 12542213. OLE color: 12542213.

HSL color Cylindrical-coordinate representation of color #0561BF: hue angle of 210.32º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0561BF is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 97 191 -
CMYK 0.97 0.49 0 0.25
HSL 210.32º 0.95% 0.38% -
HSV(B) 210.32º 0.97% 0.75% -
XYZ 13.74 12.34 50.95 -
YUV 80.21 190.52 74.36 -
System Red Green Blue C M Y K H S L
Decimal 5 97 191 0.97 0.49 0 0.25 210.32 0.95 0.38
Hex 5 61 BF 61 31 0 19 D2 5F 26
Octal 5 141 277 141 61 0 31 322 137 46
Binary 101 1100001 10111111 1100001 110001 0 11001 11010010 1011111 100110

Color Harmonies of #0561BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0561BF

Black with #0561BF

Text Example


Text Example

White with #0561BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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