Html Css Color HEX #1057EC Navy Blue

📋 copy color: '#1057EC'

red 16 ◦ green 87 ◦ blue 236

#1057EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #1057EC

Tints of Navy Blue #1057EC

RGB

 RED value IS 16 (6.64% from 255) = 4.72%

 GREEN value IS 87 (34.38% from 255) = 25.66%

 BLUE value IS 236 (92.58% from 255) = 69.62%

R = 4.72%
G = 25.66%
B = 69.62%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1057EC (or 0x1057EC) is known color: Navy Blue. HEX triplet: 10, 57 and EC. RGB value is (16,87,236). Sum of RGB (Red+Green+Blue) = 16+87+236=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 236 (92.58% from 255 or 69.62% from 339); Max value from RGB is 236 - color contains mainly: blue. Hex color #1057EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1057EC is #EFA813. Grayscale: #525252. Windows color (decimal): -15706132 or 15488784. OLE color: 15488784.

HSL color Cylindrical-coordinate representation of color #1057EC: hue angle of 220.64º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1057EC is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 87 236 -
CMYK 0.93 0.63 0 0.07
HSL 220.64º 0.87% 0.49% -
HSV(B) 220.64º 0.93% 0.93% -
XYZ 18.76 12.98 80.87 -
YUV 82.76 214.48 80.38 -
System Red Green Blue C M Y K H S L
Decimal 16 87 236 0.93 0.63 0 0.07 220.64 0.87 0.49
Hex 10 57 EC 5D 3F 0 7 DD 57 31
Octal 20 127 354 135 77 0 7 335 127 61
Binary 10000 1010111 11101100 1011101 111111 0 111 11011101 1010111 110001

Color Harmonies of #1057EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1057EC

Black with #1057EC

Text Example


Text Example

White with #1057EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1057EC; }

 p { color: rgb(16,87,236); }

 H1.HeaderClassName
 {
   color: #1057EC;
 }
 .AnyTagClassName
 {
   color: #1057EC;
 }
</style>

background-color css

<style>
 a { background-color: #1057EC; }

 a { background-color: rgb(16,87,236); }

 div.DivClassName
 {
   background-color: #1057EC;
 }
 .BgClassName
 {
   background-color: #1057EC;
 }
</style>

border-color css

<style>
 span { border-color: #1057EC; }

 span { border-color: rgb(16,87,236); }

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