Html Css Color HEX #0059FF Navy Blue

📋 copy color: '#0059FF'

red 0 ◦ green 89 ◦ blue 255

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

Shades of Navy Blue #0059FF

Tints of Navy Blue #0059FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 74.13%

R = 0%
G = 25.87%
B = 74.13%

CMYK

 C value IS 1

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0059FF (or 0x0059FF) is known color: Navy Blue. HEX triplet: 00, 59 and FF. RGB value is (0,89,255). Sum of RGB (Red+Green+Blue) = 0+89+255=344 (45% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 255 (100% from 255 or 74.13% from 344); Max value from RGB is 255 - color contains mainly: blue. Hex color #0059FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0059FF is #FFA600. Grayscale: #505050. Windows color (decimal): -16754177 or 16734464. OLE color: 16734464.

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

Color convert

RGB 0 89 255 -
CMYK 1 0.65 0 0
HSL 219.06º 1% 0.5% -
HSV(B) 219.06º 1% 1% -
XYZ 21.62 14.36 96.24 -
YUV 81.31 226.01 70 -
System Red Green Blue C M Y K H S L
Decimal 0 89 255 1 0.65 0 0 219.06 1 0.5
Hex 0 59 FF 64 41 0 0 DB 64 32
Octal 0 131 377 144 101 0 0 333 144 62
Binary 0 1011001 11111111 1100100 1000001 0 0 11011011 1100100 110010

Color Harmonies of #0059FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0059FF

Black with #0059FF

Text Example


Text Example

White with #0059FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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