Html Css Color HEX #0059BE Navy Blue

📋 copy color: '#0059BE'

red 0 ◦ green 89 ◦ blue 190

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

Shades of Navy Blue #0059BE

Tints of Navy Blue #0059BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 68.1%

R = 0%
G = 31.9%
B = 68.1%

CMYK

 C value IS 1

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0059BE (or 0x0059BE) is known color: Navy Blue. HEX triplet: 00, 59 and BE. RGB value is (0,89,190). Sum of RGB (Red+Green+Blue) = 0+89+190=279 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 190 (74.61% from 255 or 68.10% from 279); Max value from RGB is 190 - color contains mainly: blue. Hex color #0059BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0059BE is #FFA641. Grayscale: #494949. Windows color (decimal): -16754242 or 12474624. OLE color: 12474624.

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

Color convert

RGB 0 89 190 -
CMYK 1 0.53 0 0.25
HSL 211.89º 1% 0.37% -
HSV(B) 211.89º 1% 0.75% -
XYZ 12.87 10.86 50.13 -
YUV 73.9 193.51 75.29 -
System Red Green Blue C M Y K H S L
Decimal 0 89 190 1 0.53 0 0.25 211.89 1 0.37
Hex 0 59 BE 64 35 0 19 D4 64 25
Octal 0 131 276 144 65 0 31 324 144 45
Binary 0 1011001 10111110 1100100 110101 0 11001 11010100 1100100 100101

Color Harmonies of #0059BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0059BE

Black with #0059BE

Text Example


Text Example

White with #0059BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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