#0055DD

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

Shades of Navy Blue #0055DD

Tints of Navy Blue #0055DD

Color information

#0055DD (or 0x0055DD) is unknown color: approx Navy Blue. HEX triplet: 00, 55 and DD. RGB value is (0,85,221). Sum of RGB (Red+Green+Blue) = 0+85+221=306 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 221 (86.72% from 255 or 72.22% from 306); Max value from RGB is 221 - color contains mainly: blue. Hex color #0055DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0055DD is #FFAA22. Grayscale: #4A4A4A. Windows color (decimal): -16755235 or 14505216. OLE color: 14505216.

HSL color Cylindrical-coordinate representation of color #0055DD: hue angle of 216.92º 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 #0055DD is Cyan = 1, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB085221-
CMYK10.6200.13
HSL216.92º100%43.33%-
HSV(B)216.92º100%86.67%-
XYZ16.311.7269.81-
YUV75.09210.3474.44-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 85 (33.59% from 255) = 27.78%
BLUE value IS 221 (86.72% from 255) = 72.22%
R=0%
G=27.78%
B=72.22%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal08522110.6200.13216.9210043.33
Hex055DD643E0Dd9642b
Octal01253351447601533114453
Binary0101010111011101110010011111001101110110011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0055DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0055DD; }

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

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

<style>
 a { background-color: #0055DD; }

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

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

<style>
 span { border-color: #0055DD; }

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

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