Html Css Color HEX #0059DE Navy Blue

📋 copy color: '#0059DE'

red 0 ◦ green 89 ◦ blue 222

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

Shades of Navy Blue #0059DE

Tints of Navy Blue #0059DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 71.38%

R = 0%
G = 28.62%
B = 71.38%

CMYK

 C value IS 1

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0059DE (or 0x0059DE) is known color: Navy Blue. HEX triplet: 00, 59 and DE. RGB value is (0,89,222). Sum of RGB (Red+Green+Blue) = 0+89+222=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 222 (87.11% from 255 or 71.38% from 311); Max value from RGB is 222 - color contains mainly: blue. Hex color #0059DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0059DE is #FFA621. Grayscale: #4C4C4C. Windows color (decimal): -16754210 or 14571776. OLE color: 14571776.

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

Color convert

RGB 0 89 222 -
CMYK 1 0.60 0 0.13
HSL 215.95º 1% 0.44% -
HSV(B) 215.95º 1% 0.87% -
XYZ 16.76 12.42 70.62 -
YUV 77.55 209.51 72.69 -
System Red Green Blue C M Y K H S L
Decimal 0 89 222 1 0.60 0 0.13 215.95 1 0.44
Hex 0 59 DE 64 3C 0 D D8 64 2C
Octal 0 131 336 144 74 0 15 330 144 54
Binary 0 1011001 11011110 1100100 111100 0 1101 11011000 1100100 101100

Color Harmonies of #0059DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0059DE

Black with #0059DE

Text Example


Text Example

White with #0059DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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