Html Css Color HEX #0059BA Navy Blue

📋 copy color: '#0059BA'

red 0 ◦ green 89 ◦ blue 186

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

Shades of Navy Blue #0059BA

Tints of Navy Blue #0059BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 67.64%

R = 0%
G = 32.36%
B = 67.64%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0059BA (or 0x0059BA) is known color: Navy Blue. HEX triplet: 00, 59 and BA. RGB value is (0,89,186). Sum of RGB (Red+Green+Blue) = 0+89+186=275 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #0059BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0059BA is #FFA645. Grayscale: #484848. Windows color (decimal): -16754246 or 12212480. OLE color: 12212480.

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

Color convert

RGB 0 89 186 -
CMYK 1 0.52 0 0.27
HSL 211.29º 1% 0.36% -
HSV(B) 211.29º 1% 0.73% -
XYZ 12.44 10.69 47.86 -
YUV 73.45 191.51 75.61 -
System Red Green Blue C M Y K H S L
Decimal 0 89 186 1 0.52 0 0.27 211.29 1 0.36
Hex 0 59 BA 64 34 0 1B D3 64 24
Octal 0 131 272 144 64 0 33 323 144 44
Binary 0 1011001 10111010 1100100 110100 0 11011 11010011 1100100 100100

Color Harmonies of #0059BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0059BA

Black with #0059BA

Text Example


Text Example

White with #0059BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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