#0550D2

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

Shades of Navy Blue #0550D2

Tints of Navy Blue #0550D2

Color information

#0550D2 (or 0x0550D2) is unknown color: approx Navy Blue. HEX triplet: 05, 50 and D2. RGB value is (5,80,210). Sum of RGB (Red+Green+Blue) = 5+80+210=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 80 (31.64% from 255 or 27.12% from 295); Blue value is 210 (82.42% from 255 or 71.19% from 295); Max value from RGB is 210 - color contains mainly: blue. Hex color #0550D2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0550D2 is #FAAF2D. Grayscale: #474747. Windows color (decimal): -16428846 or 13783045. OLE color: 13783045.

HSL color Cylindrical-coordinate representation of color #0550D2: hue angle of 218.05º 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 #0550D2 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB580210-
CMYK0.980.6200.18
HSL218.05º95.35%42.16%-
HSV(B)218.05º97.62%82.35%-
XYZ14.5610.4262.22-
YUV72.4205.6579.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 80 (31.64% from 255) = 27.12%
BLUE value IS 210 (82.42% from 255) = 71.19%
R=1.69%
G=27.12%
B=71.19%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal5802100.980.6200.18218.0595.3542.16
Hex550D2623E012da5f2a
Octal51203221427602233213752
Binary1011010000110100101100010111110010010110110101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0550D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0550D2; }

 p { color: rgb(5,80,210); }

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

<style>
 a { background-color: #0550D2; }

 a { background-color: rgb(5,80,210); }

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

<style>
 span { border-color: #0550D2; }

 span { border-color: rgb(5,80,210); }

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