Html Css Color HEX #0559F0 Navy Blue

📋 copy color: '#0559F0'

red 5 ◦ green 89 ◦ blue 240

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

Shades of Navy Blue #0559F0

Tints of Navy Blue #0559F0

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.65%

 BLUE value IS 240 (94.14% from 255) = 71.86%

R = 1.5%
G = 26.65%
B = 71.86%

CMYK

 C value IS 0.98

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0559F0 (or 0x0559F0) is known color: Navy Blue. HEX triplet: 05, 59 and F0. RGB value is (5,89,240). Sum of RGB (Red+Green+Blue) = 5+89+240=334 (44% of max value = 765). Red value is 5 (2.34% from 255 or 1.50% from 334); Green value is 89 (35.16% from 255 or 26.65% from 334); Blue value is 240 (94.14% from 255 or 71.86% from 334); Max value from RGB is 240 - color contains mainly: blue. Hex color #0559F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0559F0 is #FAA60F. Grayscale: #505050. Windows color (decimal): -16426512 or 15751429. OLE color: 15751429.

HSL color Cylindrical-coordinate representation of color #0559F0: hue angle of 218.55º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0559F0 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 5 89 240 -
CMYK 0.98 0.63 0 0.06
HSL 218.55º 0.96% 0.48% -
HSV(B) 218.55º 0.98% 0.94% -
XYZ 19.36 13.47 84.02 -
YUV 81.1 217.67 73.72 -
System Red Green Blue C M Y K H S L
Decimal 5 89 240 0.98 0.63 0 0.06 218.55 0.96 0.48
Hex 5 59 F0 62 3F 0 6 DB 60 30
Octal 5 131 360 142 77 0 6 333 140 60
Binary 101 1011001 11110000 1100010 111111 0 110 11011011 1100000 110000

Color Harmonies of #0559F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0559F0

Black with #0559F0

Text Example


Text Example

White with #0559F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0559F0; }

 p { color: rgb(5,89,240); }

 H1.HeaderClassName
 {
   color: #0559F0;
 }
 .AnyTagClassName
 {
   color: #0559F0;
 }
</style>

background-color css

<style>
 a { background-color: #0559F0; }

 a { background-color: rgb(5,89,240); }

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

border-color css

<style>
 span { border-color: #0559F0; }

 span { border-color: rgb(5,89,240); }

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