Html Css Color HEX #0559FD Navy Blue

📋 copy color: '#0559FD'

red 5 ◦ green 89 ◦ blue 253

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

Shades of Navy Blue #0559FD

Tints of Navy Blue #0559FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 72.91%

R = 1.44%
G = 25.65%
B = 72.91%

CMYK

 C value IS 0.98

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0559FD (or 0x0559FD) is known color: Navy Blue. HEX triplet: 05, 59 and FD. RGB value is (5,89,253). Sum of RGB (Red+Green+Blue) = 5+89+253=347 (45% of max value = 765). Red value is 5 (2.34% from 255 or 1.44% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 253 (99.22% from 255 or 72.91% from 347); Max value from RGB is 253 - color contains mainly: blue. Hex color #0559FD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0559FD is #FAA602. Grayscale: #515151. Windows color (decimal): -16426499 or 16603397. OLE color: 16603397.

HSL color Cylindrical-coordinate representation of color #0559FD: hue angle of 219.68º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0559FD is Cyan = 0.98, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 5 89 253 -
CMYK 0.98 0.65 0 0.01
HSL 219.68º 0.98% 0.51% -
HSV(B) 219.68º 0.98% 0.99% -
XYZ 21.36 14.27 94.56 -
YUV 82.58 224.17 72.66 -
System Red Green Blue C M Y K H S L
Decimal 5 89 253 0.98 0.65 0 0.01 219.68 0.98 0.51
Hex 5 59 FD 62 41 0 1 DC 62 33
Octal 5 131 375 142 101 0 1 334 142 63
Binary 101 1011001 11111101 1100010 1000001 0 1 11011100 1100010 110011

Color Harmonies of #0559FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0559FD

Black with #0559FD

Text Example


Text Example

White with #0559FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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