#055AD1

Color #055AD1 Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #055AD1

Tints of Navy Blue #055AD1

Color information

#055AD1 (or 0x055AD1) is unknown color: approx Navy Blue. HEX triplet: 05, 5A and D1. RGB value is (5,90,209). Sum of RGB (Red+Green+Blue) = 5+90+209=304 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 304); Green value is 90 (35.55% from 255 or 29.61% from 304); Blue value is 209 (82.03% from 255 or 68.75% from 304); Max value from RGB is 209 - color contains mainly: blue. Hex color #055AD1 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055AD1 is #FAA52E. Grayscale: #4D4D4D. Windows color (decimal): -16426287 or 13720069. OLE color: 13720069.

HSL color Cylindrical-coordinate representation of color #055AD1: hue angle of 215º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055AD1 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB590209-
CMYK0.980.5700.18
HSL215º95.33%41.96%-
HSV(B)215º97.61%81.96%-
XYZ15.2311.9561.83-
YUV78.15201.8475.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.64%
GREEN value IS 90 (35.55% from 255) = 29.61%
BLUE value IS 209 (82.03% from 255) = 68.75%
R=1.64%
G=29.61%
B=68.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal5902090.980.5700.1821595.3341.96
Hex55AD16239012d75f2a
Octal51323211427102232713752
Binary1011011010110100011100010111001010010110101111011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,90,209); }

 H1.HeaderClassName
 {
   color: #055AD1;
 }
 .AnyTagClassName
 {
   color: #055AD1;
 }
</style>
background-color css

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

 a { background-color: rgb(5,90,209); }

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

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

 span { border-color: rgb(5,90,209); }

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