Html Css Color HEX #0559EB Navy Blue

📋 copy color: '#0559EB'

red 5 ◦ green 89 ◦ blue 235

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

Shades of Navy Blue #0559EB

Tints of Navy Blue #0559EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 71.43%

R = 1.52%
G = 27.05%
B = 71.43%

CMYK

 C value IS 0.98

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0559EB (or 0x0559EB) is known color: Navy Blue. HEX triplet: 05, 59 and EB. RGB value is (5,89,235). Sum of RGB (Red+Green+Blue) = 5+89+235=329 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #0559EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0559EB is #FAA614. Grayscale: #4F4F4F. Windows color (decimal): -16426517 or 15423749. OLE color: 15423749.

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

Color convert

RGB 5 89 235 -
CMYK 0.98 0.62 0 0.08
HSL 218.09º 0.96% 0.47% -
HSV(B) 218.09º 0.98% 0.92% -
XYZ 18.63 13.18 80.16 -
YUV 80.53 215.17 74.13 -
System Red Green Blue C M Y K H S L
Decimal 5 89 235 0.98 0.62 0 0.08 218.09 0.96 0.47
Hex 5 59 EB 62 3E 0 8 DA 60 2F
Octal 5 131 353 142 76 0 10 332 140 57
Binary 101 1011001 11101011 1100010 111110 0 1000 11011010 1100000 101111

Color Harmonies of #0559EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0559EB

Black with #0559EB

Text Example


Text Example

White with #0559EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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