Html Css Color HEX #1053F1 Navy Blue

📋 copy color: '#1053F1'

red 16 ◦ green 83 ◦ blue 241

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

Shades of Navy Blue #1053F1

Tints of Navy Blue #1053F1

RGB

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

 GREEN value IS 83 (32.81% from 255) = 24.41%

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

R = 4.71%
G = 24.41%
B = 70.88%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#1053F1 (or 0x1053F1) is known color: Navy Blue. HEX triplet: 10, 53 and F1. RGB value is (16,83,241). Sum of RGB (Red+Green+Blue) = 16+83+241=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 241 (94.53% from 255 or 70.88% from 340); Max value from RGB is 241 - color contains mainly: blue. Hex color #1053F1 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1053F1 is #EFAC0E. Grayscale: #505050. Windows color (decimal): -15707151 or 15815440. OLE color: 15815440.

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

Color convert

RGB 16 83 241 -
CMYK 0.93 0.66 0 0.05
HSL 222.13º 0.89% 0.5% -
HSV(B) 222.13º 0.93% 0.95% -
XYZ 19.18 12.65 84.65 -
YUV 80.98 218.3 81.65 -
System Red Green Blue C M Y K H S L
Decimal 16 83 241 0.93 0.66 0 0.05 222.13 0.89 0.5
Hex 10 53 F1 5D 42 0 5 DE 59 32
Octal 20 123 361 135 102 0 5 336 131 62
Binary 10000 1010011 11110001 1011101 1000010 0 101 11011110 1011001 110010

Color Harmonies of #1053F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1053F1

Black with #1053F1

Text Example


Text Example

White with #1053F1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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