Html Css Color HEX #0559C9 Navy Blue

📋 copy color: '#0559C9'

red 5 ◦ green 89 ◦ blue 201

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

Shades of Navy Blue #0559C9

Tints of Navy Blue #0559C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 68.14%

R = 1.69%
G = 30.17%
B = 68.14%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0559C9 (or 0x0559C9) is known color: Navy Blue. HEX triplet: 05, 59 and C9. RGB value is (5,89,201). Sum of RGB (Red+Green+Blue) = 5+89+201=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 89 (35.16% from 255 or 30.17% from 295); Blue value is 201 (78.91% from 255 or 68.14% from 295); Max value from RGB is 201 - color contains mainly: blue. Hex color #0559C9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0559C9 is #FAA636. Grayscale: #4C4C4C. Windows color (decimal): -16426551 or 13195525. OLE color: 13195525.

HSL color Cylindrical-coordinate representation of color #0559C9: hue angle of 214.29º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0559C9 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 89 201 -
CMYK 0.98 0.56 0 0.21
HSL 214.29º 0.95% 0.4% -
HSV(B) 214.29º 0.98% 0.79% -
XYZ 14.18 11.39 56.71 -
YUV 76.65 198.17 76.89 -
System Red Green Blue C M Y K H S L
Decimal 5 89 201 0.98 0.56 0 0.21 214.29 0.95 0.4
Hex 5 59 C9 62 38 0 15 D6 5F 28
Octal 5 131 311 142 70 0 25 326 137 50
Binary 101 1011001 11001001 1100010 111000 0 10101 11010110 1011111 101000

Color Harmonies of #0559C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0559C9

Black with #0559C9

Text Example


Text Example

White with #0559C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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