Html Css Color HEX #1047EF Navy Blue

📋 copy color: '#1047EF'

red 16 ◦ green 71 ◦ blue 239

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

Shades of Navy Blue #1047EF

Tints of Navy Blue #1047EF

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

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

R = 4.91%
G = 21.78%
B = 73.31%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1047EF (or 0x1047EF) is known color: Navy Blue. HEX triplet: 10, 47 and EF. RGB value is (16,71,239). Sum of RGB (Red+Green+Blue) = 16+71+239=326 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.91% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 239 (93.75% from 255 or 73.31% from 326); Max value from RGB is 239 - color contains mainly: blue. Hex color #1047EF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1047EF is #EFB810. Grayscale: #484848. Windows color (decimal): -15710225 or 15681296. OLE color: 15681296.

HSL color Cylindrical-coordinate representation of color #1047EF: hue angle of 225.2º 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 #1047EF is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 71 239 -
CMYK 0.93 0.70 0 0.06
HSL 225.2º 0.87% 0.5% -
HSV(B) 225.2º 0.93% 0.94% -
XYZ 18.05 10.85 82.8 -
YUV 73.71 221.28 86.84 -
System Red Green Blue C M Y K H S L
Decimal 16 71 239 0.93 0.70 0 0.06 225.2 0.87 0.5
Hex 10 47 EF 5D 46 0 6 E1 57 32
Octal 20 107 357 135 106 0 6 341 127 62
Binary 10000 1000111 11101111 1011101 1000110 0 110 11100001 1010111 110010

Color Harmonies of #1047EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1047EF

Black with #1047EF

Text Example


Text Example

White with #1047EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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