Html Css Color HEX #1051EC Navy Blue

📋 copy color: '#1051EC'

red 16 ◦ green 81 ◦ blue 236

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

Shades of Navy Blue #1051EC

Tints of Navy Blue #1051EC

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.32%

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

R = 4.8%
G = 24.32%
B = 70.87%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1051EC (or 0x1051EC) is known color: Navy Blue. HEX triplet: 10, 51 and EC. RGB value is (16,81,236). Sum of RGB (Red+Green+Blue) = 16+81+236=333 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.80% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #1051EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1051EC is #EFAE13. Grayscale: #4E4E4E. Windows color (decimal): -15707668 or 15487248. OLE color: 15487248.

HSL color Cylindrical-coordinate representation of color #1051EC: hue angle of 222.27º 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 #1051EC is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 81 236 -
CMYK 0.93 0.66 0 0.07
HSL 222.27º 0.87% 0.49% -
HSV(B) 222.27º 0.93% 0.93% -
XYZ 18.3 12.05 80.72 -
YUV 79.24 216.47 82.9 -
System Red Green Blue C M Y K H S L
Decimal 16 81 236 0.93 0.66 0 0.07 222.27 0.87 0.49
Hex 10 51 EC 5D 42 0 7 DE 57 31
Octal 20 121 354 135 102 0 7 336 127 61
Binary 10000 1010001 11101100 1011101 1000010 0 111 11011110 1010111 110001

Color Harmonies of #1051EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1051EC

Black with #1051EC

Text Example


Text Example

White with #1051EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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