Html Css Color HEX #0059BB Navy Blue

📋 copy color: '#0059BB'

red 0 ◦ green 89 ◦ blue 187

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

Shades of Navy Blue #0059BB

Tints of Navy Blue #0059BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 67.75%

R = 0%
G = 32.25%
B = 67.75%

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

#0059BB (or 0x0059BB) is known color: Navy Blue. HEX triplet: 00, 59 and BB. RGB value is (0,89,187). Sum of RGB (Red+Green+Blue) = 0+89+187=276 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 187 (73.44% from 255 or 67.75% from 276); Max value from RGB is 187 - color contains mainly: blue. Hex color #0059BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0059BB is #FFA644. Grayscale: #494949. Windows color (decimal): -16754245 or 12278016. OLE color: 12278016.

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

Color convert

RGB 0 89 187 -
CMYK 1 0.52 0 0.27
HSL 211.44º 1% 0.37% -
HSV(B) 211.44º 1% 0.73% -
XYZ 12.54 10.73 48.42 -
YUV 73.56 192.01 75.53 -
System Red Green Blue C M Y K H S L
Decimal 0 89 187 1 0.52 0 0.27 211.44 1 0.37
Hex 0 59 BB 64 34 0 1B D3 64 25
Octal 0 131 273 144 64 0 33 323 144 45
Binary 0 1011001 10111011 1100100 110100 0 11011 11010011 1100100 100101

Color Harmonies of #0059BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0059BB

Black with #0059BB

Text Example


Text Example

White with #0059BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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