#0057DD

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

Shades of Navy Blue #0057DD

Tints of Navy Blue #0057DD

Color information

#0057DD (or 0x0057DD) is unknown color: approx Navy Blue. HEX triplet: 00, 57 and DD. RGB value is (0,87,221). Sum of RGB (Red+Green+Blue) = 0+87+221=308 (40% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 308); Green value is 87 (34.38% from 255 or 28.25% from 308); Blue value is 221 (86.72% from 255 or 71.75% from 308); Max value from RGB is 221 - color contains mainly: blue. Hex color #0057DD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0057DD is #FFA822. Grayscale: #4B4B4B. Windows color (decimal): -16754723 or 14505728. OLE color: 14505728.

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

Color convert

RGB087221-
CMYK10.6100.13
HSL216.38º100%43.33%-
HSV(B)216.38º100%86.67%-
XYZ16.4612.0469.86-
YUV76.26209.6873.6-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 87 (34.38% from 255) = 28.25%
BLUE value IS 221 (86.72% from 255) = 71.75%
R=0%
G=28.25%
B=71.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal08722110.6100.13216.3810043.33
Hex057DD643D0Dd8642b
Octal01273351447501533014453
Binary0101011111011101110010011110101101110110001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0057DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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