Html Css Color HEX #0059FA Navy Blue

📋 copy color: '#0059FA'

red 0 ◦ green 89 ◦ blue 250

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

Shades of Navy Blue #0059FA

Tints of Navy Blue #0059FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 73.75%

R = 0%
G = 26.25%
B = 73.75%

CMYK

 C value IS 1

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0059FA (or 0x0059FA) is known color: Navy Blue. HEX triplet: 00, 59 and FA. RGB value is (0,89,250). Sum of RGB (Red+Green+Blue) = 0+89+250=339 (44% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 250 (98.05% from 255 or 73.75% from 339); Max value from RGB is 250 - color contains mainly: blue. Hex color #0059FA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0059FA is #FFA605. Grayscale: #505050. Windows color (decimal): -16754182 or 16406784. OLE color: 16406784.

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

Color convert

RGB 0 89 250 -
CMYK 1 0.64 0 0.02
HSL 218.64º 1% 0.49% -
HSV(B) 218.64º 1% 0.98% -
XYZ 20.83 14.05 92.06 -
YUV 80.74 223.51 70.41 -
System Red Green Blue C M Y K H S L
Decimal 0 89 250 1 0.64 0 0.02 218.64 1 0.49
Hex 0 59 FA 64 40 0 2 DB 64 31
Octal 0 131 372 144 100 0 2 333 144 61
Binary 0 1011001 11111010 1100100 1000000 0 10 11011011 1100100 110001

Color Harmonies of #0059FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0059FA

Black with #0059FA

Text Example


Text Example

White with #0059FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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