Html Css Color HEX #055BDD Navy Blue

📋 copy color: '#055BDD'

red 5 ◦ green 91 ◦ blue 221

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

Shades of Navy Blue #055BDD

Tints of Navy Blue #055BDD

RGB

 RED value IS 5 (2.34% from 255) = 1.58%

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

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

R = 1.58%
G = 28.71%
B = 69.72%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#055BDD (or 0x055BDD) is known color: Navy Blue. HEX triplet: 05, 5B and DD. RGB value is (5,91,221). Sum of RGB (Red+Green+Blue) = 5+91+221=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 91 (35.94% from 255 or 28.71% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #055BDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055BDD is #FAA422. Grayscale: #4F4F4F. Windows color (decimal): -16426019 or 14506757. OLE color: 14506757.

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

Color convert

RGB 5 91 221 -
CMYK 0.98 0.59 0 0.13
HSL 216.11º 0.96% 0.44% -
HSV(B) 216.11º 0.98% 0.87% -
XYZ 16.85 12.73 69.98 -
YUV 80.11 207.51 74.43 -
System Red Green Blue C M Y K H S L
Decimal 5 91 221 0.98 0.59 0 0.13 216.11 0.96 0.44
Hex 5 5B DD 62 3B 0 D D8 60 2C
Octal 5 133 335 142 73 0 15 330 140 54
Binary 101 1011011 11011101 1100010 111011 0 1101 11011000 1100000 101100

Color Harmonies of #055BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055BDD

Black with #055BDD

Text Example


Text Example

White with #055BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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