Html Css Color HEX #0560BE Navy Blue

📋 copy color: '#0560BE'

red 5 ◦ green 96 ◦ blue 190

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

Shades of Navy Blue #0560BE

Tints of Navy Blue #0560BE

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.99%

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

R = 1.72%
G = 32.99%
B = 65.29%

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

#0560BE (or 0x0560BE) is known color: Navy Blue. HEX triplet: 05, 60 and BE. RGB value is (5,96,190). Sum of RGB (Red+Green+Blue) = 5+96+190=291 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.72% from 291); Green value is 96 (37.89% from 255 or 32.99% from 291); Blue value is 190 (74.61% from 255 or 65.29% from 291); Max value from RGB is 190 - color contains mainly: blue. Hex color #0560BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0560BE is #FA9F41. Grayscale: #4F4F4F. Windows color (decimal): -16424770 or 12476421. OLE color: 12476421.

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

Color convert

RGB 5 96 190 -
CMYK 0.97 0.49 0 0.25
HSL 210.49º 0.95% 0.38% -
HSV(B) 210.49º 0.97% 0.75% -
XYZ 13.54 12.12 50.34 -
YUV 79.51 190.35 74.86 -
System Red Green Blue C M Y K H S L
Decimal 5 96 190 0.97 0.49 0 0.25 210.49 0.95 0.38
Hex 5 60 BE 61 31 0 19 D2 5F 26
Octal 5 140 276 141 61 0 31 322 137 46
Binary 101 1100000 10111110 1100001 110001 0 11001 11010010 1011111 100110

Color Harmonies of #0560BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0560BE

Black with #0560BE

Text Example


Text Example

White with #0560BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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