#0059BE

Color #0059BE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #0059BE

Tints of Navy Blue #0059BE

Color information

#0059BE (or 0x0059BE) is unknown color: approx 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

RGB089190-
CMYK10.5300.25
HSL211.89º100%37.25%-
HSV(B)211.89º100%74.51%-
XYZ12.8710.8650.13-
YUV73.9193.5175.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 190 (74.61% from 255) = 68.10%
R=0%
G=31.90%
B=68.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal08919010.5300.25211.8910037.25
Hex059BE6435019d46425
Octal01312761446503132414445
Binary01011001101111101100100110101011001110101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0059BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>