Html Css Color HEX #1047F1 Navy Blue

📋 copy color: '#1047F1'

red 16 ◦ green 71 ◦ blue 241

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

Shades of Navy Blue #1047F1

Tints of Navy Blue #1047F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 73.48%

R = 4.88%
G = 21.65%
B = 73.48%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1047F1 (or 0x1047F1) is known color: Navy Blue. HEX triplet: 10, 47 and F1. RGB value is (16,71,241). Sum of RGB (Red+Green+Blue) = 16+71+241=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 241 (94.53% from 255 or 73.48% from 328); Max value from RGB is 241 - color contains mainly: blue. Hex color #1047F1 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1047F1 is #EFB80E. Grayscale: #494949. Windows color (decimal): -15710223 or 15812368. OLE color: 15812368.

HSL color Cylindrical-coordinate representation of color #1047F1: hue angle of 225.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1047F1 is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 71 241 -
CMYK 0.93 0.71 0 0.05
HSL 225.33º 0.89% 0.5% -
HSV(B) 225.33º 0.93% 0.95% -
XYZ 18.34 10.97 84.37 -
YUV 73.94 222.28 86.68 -
System Red Green Blue C M Y K H S L
Decimal 16 71 241 0.93 0.71 0 0.05 225.33 0.89 0.5
Hex 10 47 F1 5D 47 0 5 E1 59 32
Octal 20 107 361 135 107 0 5 341 131 62
Binary 10000 1000111 11110001 1011101 1000111 0 101 11100001 1011001 110010

Color Harmonies of #1047F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1047F1

Black with #1047F1

Text Example


Text Example

White with #1047F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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