Html Css Color HEX #1049EF Navy Blue

📋 copy color: '#1049EF'

red 16 ◦ green 73 ◦ blue 239

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

Shades of Navy Blue #1049EF

Tints of Navy Blue #1049EF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.26%

 BLUE value IS 239 (93.75% from 255) = 72.87%

R = 4.88%
G = 22.26%
B = 72.87%

CMYK

 C value IS 0.93

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1049EF (or 0x1049EF) is known color: Navy Blue. HEX triplet: 10, 49 and EF. RGB value is (16,73,239). Sum of RGB (Red+Green+Blue) = 16+73+239=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 73 (28.91% from 255 or 22.26% from 328); Blue value is 239 (93.75% from 255 or 72.87% from 328); Max value from RGB is 239 - color contains mainly: blue. Hex color #1049EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1049EF is #EFB610. Grayscale: #4A4A4A. Windows color (decimal): -15709713 or 15681808. OLE color: 15681808.

HSL color Cylindrical-coordinate representation of color #1049EF: hue angle of 224.66º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1049EF is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 73 239 -
CMYK 0.93 0.69 0 0.06
HSL 224.66º 0.87% 0.5% -
HSV(B) 224.66º 0.93% 0.94% -
XYZ 18.18 11.11 82.85 -
YUV 74.88 220.62 86 -
System Red Green Blue C M Y K H S L
Decimal 16 73 239 0.93 0.69 0 0.06 224.66 0.87 0.5
Hex 10 49 EF 5D 45 0 6 E1 57 32
Octal 20 111 357 135 105 0 6 341 127 62
Binary 10000 1001001 11101111 1011101 1000101 0 110 11100001 1010111 110010

Color Harmonies of #1049EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1049EF

Black with #1049EF

Text Example


Text Example

White with #1049EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1049EF; }

 p { color: rgb(16,73,239); }

 H1.HeaderClassName
 {
   color: #1049EF;
 }
 .AnyTagClassName
 {
   color: #1049EF;
 }
</style>

background-color css

<style>
 a { background-color: #1049EF; }

 a { background-color: rgb(16,73,239); }

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

border-color css

<style>
 span { border-color: #1049EF; }

 span { border-color: rgb(16,73,239); }

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