#057BE7

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

Shades of Navy Blue #057BE7

Tints of Navy Blue #057BE7

Color information

#057BE7 (or 0x057BE7) is unknown color: approx Navy Blue. HEX triplet: 05, 7B and E7. RGB value is (5,123,231). Sum of RGB (Red+Green+Blue) = 5+123+231=359 (47% of max value = 765). Red value is 5 (2.34% from 255 or 1.39% from 359); Green value is 123 (48.44% from 255 or 34.26% from 359); Blue value is 231 (90.62% from 255 or 64.35% from 359); Max value from RGB is 231 - color contains mainly: blue. Hex color #057BE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #057BE7 is #FA8418. Grayscale: #636363. Windows color (decimal): -16417817 or 15170309. OLE color: 15170309.

HSL color Cylindrical-coordinate representation of color #057BE7: hue angle of 208.67º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057BE7 is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB5123231-
CMYK0.980.4700.09
HSL208.67º95.76%46.27%-
HSV(B)208.67º97.84%90.59%-
XYZ21.5719.9778.32-
YUV100.03201.9160.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.39%
GREEN value IS 123 (48.44% from 255) = 34.26%
BLUE value IS 231 (90.62% from 255) = 64.35%
R=1.39%
G=34.26%
B=64.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal51232310.980.4700.09208.6795.7646.27
Hex57BE7622F09d1602e
Octal51733471425701132114056
Binary101111101111100111110001010111101001110100011100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #057BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,123,231); }

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

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

 a { background-color: rgb(5,123,231); }

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

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

 span { border-color: rgb(5,123,231); }

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