Html Css Color HEX #1053FF Navy Blue

📋 copy color: '#1053FF'

red 16 ◦ green 83 ◦ blue 255

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

Shades of Navy Blue #1053FF

Tints of Navy Blue #1053FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 72.03%

R = 4.52%
G = 23.45%
B = 72.03%

CMYK

 C value IS 0.94

 M value IS 0.67

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#1053FF (or 0x1053FF) is known color: Navy Blue. HEX triplet: 10, 53 and FF. RGB value is (16,83,255). Sum of RGB (Red+Green+Blue) = 16+83+255=354 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.52% from 354); Green value is 83 (32.81% from 255 or 23.45% from 354); Blue value is 255 (100% from 255 or 72.03% from 354); Max value from RGB is 255 - color contains mainly: blue. Hex color #1053FF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1053FF is #EFAC00. Grayscale: #515151. Windows color (decimal): -15707137 or 16732944. OLE color: 16732944.

HSL color Cylindrical-coordinate representation of color #1053FF: hue angle of 223.18º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1053FF is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 16 83 255 -
CMYK 0.94 0.67 0 0
HSL 223.18º 1% 0.53% -
HSV(B) 223.18º 0.94% 1% -
XYZ 21.36 13.52 96.09 -
YUV 82.58 225.3 80.51 -
System Red Green Blue C M Y K H S L
Decimal 16 83 255 0.94 0.67 0 0 223.18 1 0.53
Hex 10 53 FF 5E 43 0 0 DF 64 35
Octal 20 123 377 136 103 0 0 337 144 65
Binary 10000 1010011 11111111 1011110 1000011 0 0 11011111 1100100 110101

Color Harmonies of #1053FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1053FF

Black with #1053FF

Text Example


Text Example

White with #1053FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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