Html Css Color HEX #1053DF Navy Blue

📋 copy color: '#1053DF'

red 16 ◦ green 83 ◦ blue 223

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

Shades of Navy Blue #1053DF

Tints of Navy Blue #1053DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.25%

R = 4.97%
G = 25.78%
B = 69.25%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1053DF (or 0x1053DF) is known color: Navy Blue. HEX triplet: 10, 53 and DF. RGB value is (16,83,223). Sum of RGB (Red+Green+Blue) = 16+83+223=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 223 (87.5% from 255 or 69.25% from 322); Max value from RGB is 223 - color contains mainly: blue. Hex color #1053DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1053DF is #EFAC20. Grayscale: #4E4E4E. Windows color (decimal): -15707169 or 14635792. OLE color: 14635792.

HSL color Cylindrical-coordinate representation of color #1053DF: hue angle of 220.58º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1053DF is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 83 223 -
CMYK 0.93 0.63 0 0.13
HSL 220.58º 0.87% 0.47% -
HSV(B) 220.58º 0.93% 0.87% -
XYZ 16.63 11.62 71.18 -
YUV 78.93 209.3 83.12 -
System Red Green Blue C M Y K H S L
Decimal 16 83 223 0.93 0.63 0 0.13 220.58 0.87 0.47
Hex 10 53 DF 5D 3F 0 D DD 57 2F
Octal 20 123 337 135 77 0 15 335 127 57
Binary 10000 1010011 11011111 1011101 111111 0 1101 11011101 1010111 101111

Color Harmonies of #1053DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1053DF

Black with #1053DF

Text Example


Text Example

White with #1053DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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