Html Css Color HEX #0059CD Navy Blue

📋 copy color: '#0059CD'

red 0 ◦ green 89 ◦ blue 205

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

Shades of Navy Blue #0059CD

Tints of Navy Blue #0059CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 69.73%

R = 0%
G = 30.27%
B = 69.73%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0059CD (or 0x0059CD) is known color: Navy Blue. HEX triplet: 00, 59 and CD. RGB value is (0,89,205). Sum of RGB (Red+Green+Blue) = 0+89+205=294 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 294); Green value is 89 (35.16% from 255 or 30.27% from 294); Blue value is 205 (80.47% from 255 or 69.73% from 294); Max value from RGB is 205 - color contains mainly: blue. Hex color #0059CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0059CD is #FFA632. Grayscale: #4B4B4B. Windows color (decimal): -16754227 or 13457664. OLE color: 13457664.

HSL color Cylindrical-coordinate representation of color #0059CD: hue angle of 213.95º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0059CD is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 89 205 -
CMYK 1 0.57 0 0.20
HSL 213.95º 1% 0.4% -
HSV(B) 213.95º 1% 0.8% -
XYZ 14.59 11.55 59.22 -
YUV 75.61 201.01 74.07 -
System Red Green Blue C M Y K H S L
Decimal 0 89 205 1 0.57 0 0.20 213.95 1 0.4
Hex 0 59 CD 64 39 0 14 D6 64 28
Octal 0 131 315 144 71 0 24 326 144 50
Binary 0 1011001 11001101 1100100 111001 0 10100 11010110 1100100 101000

Color Harmonies of #0059CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0059CD

Black with #0059CD

Text Example


Text Example

White with #0059CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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