Html Css Color HEX #0559CD Navy Blue

📋 copy color: '#0559CD'

red 5 ◦ green 89 ◦ blue 205

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

Shades of Navy Blue #0559CD

Tints of Navy Blue #0559CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 68.56%

R = 1.67%
G = 29.77%
B = 68.56%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0559CD (or 0x0559CD) is known color: Navy Blue. HEX triplet: 05, 59 and CD. RGB value is (5,89,205). Sum of RGB (Red+Green+Blue) = 5+89+205=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 205 (80.47% from 255 or 68.56% from 299); Max value from RGB is 205 - color contains mainly: blue. Hex color #0559CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0559CD is #FAA632. Grayscale: #4C4C4C. Windows color (decimal): -16426547 or 13457669. OLE color: 13457669.

HSL color Cylindrical-coordinate representation of color #0559CD: hue angle of 214.8º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0559CD is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 5 89 205 -
CMYK 0.98 0.57 0 0.20
HSL 214.8º 0.95% 0.41% -
HSV(B) 214.8º 0.98% 0.8% -
XYZ 14.65 11.58 59.22 -
YUV 77.11 200.17 76.57 -
System Red Green Blue C M Y K H S L
Decimal 5 89 205 0.98 0.57 0 0.20 214.8 0.95 0.41
Hex 5 59 CD 62 39 0 14 D7 5F 29
Octal 5 131 315 142 71 0 24 327 137 51
Binary 101 1011001 11001101 1100010 111001 0 10100 11010111 1011111 101001

Color Harmonies of #0559CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0559CD

Black with #0559CD

Text Example


Text Example

White with #0559CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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