Html Css Color HEX #0559EC Navy Blue

📋 copy color: '#0559EC'

red 5 ◦ green 89 ◦ blue 236

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

Shades of Navy Blue #0559EC

Tints of Navy Blue #0559EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.52%

R = 1.52%
G = 26.97%
B = 71.52%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0559EC (or 0x0559EC) is known color: Navy Blue. HEX triplet: 05, 59 and EC. RGB value is (5,89,236). Sum of RGB (Red+Green+Blue) = 5+89+236=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 89 (35.16% from 255 or 26.97% from 330); Blue value is 236 (92.58% from 255 or 71.52% from 330); Max value from RGB is 236 - color contains mainly: blue. Hex color #0559EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0559EC is #FAA613. Grayscale: #4F4F4F. Windows color (decimal): -16426516 or 15489285. OLE color: 15489285.

HSL color Cylindrical-coordinate representation of color #0559EC: hue angle of 218.18º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0559EC is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 5 89 236 -
CMYK 0.98 0.62 0 0.07
HSL 218.18º 0.96% 0.47% -
HSV(B) 218.18º 0.98% 0.93% -
XYZ 18.78 13.23 80.92 -
YUV 80.64 215.67 74.05 -
System Red Green Blue C M Y K H S L
Decimal 5 89 236 0.98 0.62 0 0.07 218.18 0.96 0.47
Hex 5 59 EC 62 3E 0 7 DA 60 2F
Octal 5 131 354 142 76 0 7 332 140 57
Binary 101 1011001 11101100 1100010 111110 0 111 11011010 1100000 101111

Color Harmonies of #0559EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0559EC

Black with #0559EC

Text Example


Text Example

White with #0559EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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