#0054DD

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

Shades of Navy Blue #0054DD

Tints of Navy Blue #0054DD

Color information

#0054DD (or 0x0054DD) is unknown color: approx Navy Blue. HEX triplet: 00, 54 and DD. RGB value is (0,84,221). Sum of RGB (Red+Green+Blue) = 0+84+221=305 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 305); Green value is 84 (33.20% from 255 or 27.54% from 305); Blue value is 221 (86.72% from 255 or 72.46% from 305); Max value from RGB is 221 - color contains mainly: blue. Hex color #0054DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0054DD is #FFAB22. Grayscale: #494949. Windows color (decimal): -16755491 or 14504960. OLE color: 14504960.

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

Color convert

RGB084221-
CMYK10.6200.13
HSL217.19º100%43.33%-
HSV(B)217.19º100%86.67%-
XYZ16.2211.5669.78-
YUV74.5210.6774.86-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 84 (33.20% from 255) = 27.54%
BLUE value IS 221 (86.72% from 255) = 72.46%
R=0%
G=27.54%
B=72.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal08422110.6200.13217.1910043.33
Hex054DD643E0Dd9642b
Octal01243351447601533114453
Binary0101010011011101110010011111001101110110011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0054DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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