Html Css Color HEX #0059EC Navy Blue

📋 copy color: '#0059EC'

red 0 ◦ green 89 ◦ blue 236

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

Shades of Navy Blue #0059EC

Tints of Navy Blue #0059EC

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 27.38%
B = 72.62%

CMYK

 C value IS 1

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#0059EC (or 0x0059EC) is known color: Navy Blue. HEX triplet: 00, 59 and EC. RGB value is (0,89,236). Sum of RGB (Red+Green+Blue) = 0+89+236=325 (43% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 325); Green value is 89 (35.16% from 255 or 27.38% from 325); Blue value is 236 (92.58% from 255 or 72.62% from 325); Max value from RGB is 236 - color contains mainly: blue. Hex color #0059EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0059EC is #FFA613. Grayscale: #4E4E4E. Windows color (decimal): -16754196 or 15489280. OLE color: 15489280.

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

Color convert

RGB 0 89 236 -
CMYK 1 0.62 0 0.07
HSL 217.37º 1% 0.46% -
HSV(B) 217.37º 1% 0.93% -
XYZ 18.71 13.2 80.92 -
YUV 79.15 216.51 71.55 -
System Red Green Blue C M Y K H S L
Decimal 0 89 236 1 0.62 0 0.07 217.37 1 0.46
Hex 0 59 EC 64 3E 0 7 D9 64 2E
Octal 0 131 354 144 76 0 7 331 144 56
Binary 0 1011001 11101100 1100100 111110 0 111 11011001 1100100 101110

Color Harmonies of #0059EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0059EC

Black with #0059EC

Text Example


Text Example

White with #0059EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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