Html Css Color HEX #0561BE Navy Blue

📋 copy color: '#0561BE'

red 5 ◦ green 97 ◦ blue 190

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

Shades of Navy Blue #0561BE

Tints of Navy Blue #0561BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 65.07%

R = 1.71%
G = 33.22%
B = 65.07%

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

#0561BE (or 0x0561BE) is known color: Navy Blue. HEX triplet: 05, 61 and BE. RGB value is (5,97,190). Sum of RGB (Red+Green+Blue) = 5+97+190=292 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.71% from 292); Green value is 97 (38.28% from 255 or 33.22% from 292); Blue value is 190 (74.61% from 255 or 65.07% from 292); Max value from RGB is 190 - color contains mainly: blue. Hex color #0561BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0561BE is #FA9E41. Grayscale: #4F4F4F. Windows color (decimal): -16424514 or 12476677. OLE color: 12476677.

HSL color Cylindrical-coordinate representation of color #0561BE: hue angle of 210.16º 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 #0561BE is Cyan = 0.97, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 97 190 -
CMYK 0.97 0.49 0 0.25
HSL 210.16º 0.95% 0.38% -
HSV(B) 210.16º 0.97% 0.75% -
XYZ 13.63 12.3 50.37 -
YUV 80.09 190.02 74.44 -
System Red Green Blue C M Y K H S L
Decimal 5 97 190 0.97 0.49 0 0.25 210.16 0.95 0.38
Hex 5 61 BE 61 31 0 19 D2 5F 26
Octal 5 141 276 141 61 0 31 322 137 46
Binary 101 1100001 10111110 1100001 110001 0 11001 11010010 1011111 100110

Color Harmonies of #0561BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0561BE

Black with #0561BE

Text Example


Text Example

White with #0561BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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