Html Css Color HEX #005BDD Navy Blue

📋 copy color: '#005BDD'

red 0 ◦ green 91 ◦ blue 221

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

Shades of Navy Blue #005BDD

Tints of Navy Blue #005BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 70.83%

R = 0%
G = 29.17%
B = 70.83%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#005BDD (or 0x005BDD) is known color: Navy Blue. HEX triplet: 00, 5B and DD. RGB value is (0,91,221). Sum of RGB (Red+Green+Blue) = 0+91+221=312 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 312); Green value is 91 (35.94% from 255 or 29.17% from 312); Blue value is 221 (86.72% from 255 or 70.83% from 312); Max value from RGB is 221 - color contains mainly: blue. Hex color #005BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #005BDD is #FFA422. Grayscale: #4E4E4E. Windows color (decimal): -16753699 or 14506752. OLE color: 14506752.

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

Color convert

RGB 0 91 221 -
CMYK 1 0.59 0 0.13
HSL 215.29º 1% 0.43% -
HSV(B) 215.29º 1% 0.87% -
XYZ 16.79 12.7 69.97 -
YUV 78.61 208.35 71.93 -
System Red Green Blue C M Y K H S L
Decimal 0 91 221 1 0.59 0 0.13 215.29 1 0.43
Hex 0 5B DD 64 3B 0 D D7 64 2B
Octal 0 133 335 144 73 0 15 327 144 53
Binary 0 1011011 11011101 1100100 111011 0 1101 11010111 1100100 101011

Color Harmonies of #005BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005BDD

Black with #005BDD

Text Example


Text Example

White with #005BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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