Html Css Color HEX #005BBD Navy Blue

📋 copy color: '#005BBD'

red 0 ◦ green 91 ◦ blue 189

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

Shades of Navy Blue #005BBD

Tints of Navy Blue #005BBD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.5%

 BLUE value IS 189 (74.22% from 255) = 67.5%

R = 0%
G = 32.5%
B = 67.5%

CMYK

 C value IS 1

 M value IS 0.52

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#005BBD (or 0x005BBD) is known color: Navy Blue. HEX triplet: 00, 5B and BD. RGB value is (0,91,189). Sum of RGB (Red+Green+Blue) = 0+91+189=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 189 (74.22% from 255 or 67.5% from 280); Max value from RGB is 189 - color contains mainly: blue. Hex color #005BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BBD is #FFA442. Grayscale: #4A4A4A. Windows color (decimal): -16753731 or 12409600. OLE color: 12409600.

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

Color convert

RGB 0 91 189 -
CMYK 1 0.52 0 0.26
HSL 211.11º 1% 0.37% -
HSV(B) 211.11º 1% 0.74% -
XYZ 12.93 11.16 49.62 -
YUV 74.96 192.35 74.53 -
System Red Green Blue C M Y K H S L
Decimal 0 91 189 1 0.52 0 0.26 211.11 1 0.37
Hex 0 5B BD 64 34 0 1A D3 64 25
Octal 0 133 275 144 64 0 32 323 144 45
Binary 0 1011011 10111101 1100100 110100 0 11010 11010011 1100100 100101

Color Harmonies of #005BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BBD

Black with #005BBD

Text Example


Text Example

White with #005BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005BBD; }

 p { color: rgb(0,91,189); }

 H1.HeaderClassName
 {
   color: #005BBD;
 }
 .AnyTagClassName
 {
   color: #005BBD;
 }
</style>

background-color css

<style>
 a { background-color: #005BBD; }

 a { background-color: rgb(0,91,189); }

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

border-color css

<style>
 span { border-color: #005BBD; }

 span { border-color: rgb(0,91,189); }

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