#057ACB

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

Shades of Navy Blue #057ACB

Tints of Navy Blue #057ACB

Color information

#057ACB (or 0x057ACB) is unknown color: approx Navy Blue. HEX triplet: 05, 7A and CB. RGB value is (5,122,203). Sum of RGB (Red+Green+Blue) = 5+122+203=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 122 (48.05% from 255 or 36.97% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #057ACB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ACB is #FA8534. Grayscale: #5F5F5F. Windows color (decimal): -16418101 or 13335045. OLE color: 13335045.

HSL color Cylindrical-coordinate representation of color #057ACB: hue angle of 204.55º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057ACB is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB5122203-
CMYK0.980.4000.20
HSL204.55º95.19%40.78%-
HSV(B)204.55º97.54%79.61%-
XYZ17.818.2659.09-
YUV96.25188.2462.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.52%
GREEN value IS 122 (48.05% from 255) = 36.97%
BLUE value IS 203 (79.69% from 255) = 61.52%
R=1.52%
G=36.97%
B=61.52%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal51222030.980.4000.20204.5595.1940.78
Hex57ACB6228014cd5f29
Octal51723131425002431513751
Binary1011111010110010111100010101000010100110011011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #057ACB; }

 p { color: rgb(5,122,203); }

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

<style>
 a { background-color: #057ACB; }

 a { background-color: rgb(5,122,203); }

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

<style>
 span { border-color: #057ACB; }

 span { border-color: rgb(5,122,203); }

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