Html Css Color HEX #0560DE Navy Blue

📋 copy color: '#0560DE'

red 5 ◦ green 96 ◦ blue 222

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

Shades of Navy Blue #0560DE

Tints of Navy Blue #0560DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.73%

R = 1.55%
G = 29.72%
B = 68.73%

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

#0560DE (or 0x0560DE) is known color: Navy Blue. HEX triplet: 05, 60 and DE. RGB value is (5,96,222). Sum of RGB (Red+Green+Blue) = 5+96+222=323 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.55% from 323); Green value is 96 (37.89% from 255 or 29.72% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #0560DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0560DE is #FA9F21. Grayscale: #525252. Windows color (decimal): -16424738 or 14573573. OLE color: 14573573.

HSL color Cylindrical-coordinate representation of color #0560DE: hue angle of 214.84º 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 #0560DE is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 96 222 -
CMYK 0.98 0.57 0 0.13
HSL 214.84º 0.96% 0.45% -
HSV(B) 214.84º 0.98% 0.87% -
XYZ 17.43 13.67 70.83 -
YUV 83.16 206.35 72.25 -
System Red Green Blue C M Y K H S L
Decimal 5 96 222 0.98 0.57 0 0.13 214.84 0.96 0.45
Hex 5 60 DE 62 39 0 D D7 60 2D
Octal 5 140 336 142 71 0 15 327 140 55
Binary 101 1100000 11011110 1100010 111001 0 1101 11010111 1100000 101101

Color Harmonies of #0560DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0560DE

Black with #0560DE

Text Example


Text Example

White with #0560DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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