Html Css Color HEX #1053DB Navy Blue

📋 copy color: '#1053DB'

red 16 ◦ green 83 ◦ blue 219

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

Shades of Navy Blue #1053DB

Tints of Navy Blue #1053DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.87%

R = 5.03%
G = 26.1%
B = 68.87%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1053DB (or 0x1053DB) is known color: Navy Blue. HEX triplet: 10, 53 and DB. RGB value is (16,83,219). Sum of RGB (Red+Green+Blue) = 16+83+219=318 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.03% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 219 (85.94% from 255 or 68.87% from 318); Max value from RGB is 219 - color contains mainly: blue. Hex color #1053DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1053DB is #EFAC24. Grayscale: #4D4D4D. Windows color (decimal): -15707173 or 14373648. OLE color: 14373648.

HSL color Cylindrical-coordinate representation of color #1053DB: hue angle of 220.2º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1053DB is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 83 219 -
CMYK 0.93 0.62 0 0.14
HSL 220.2º 0.86% 0.46% -
HSV(B) 220.2º 0.93% 0.86% -
XYZ 16.09 11.41 68.37 -
YUV 78.47 207.3 83.44 -
System Red Green Blue C M Y K H S L
Decimal 16 83 219 0.93 0.62 0 0.14 220.2 0.86 0.46
Hex 10 53 DB 5D 3E 0 E DC 56 2E
Octal 20 123 333 135 76 0 16 334 126 56
Binary 10000 1010011 11011011 1011101 111110 0 1110 11011100 1010110 101110

Color Harmonies of #1053DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1053DB

Black with #1053DB

Text Example


Text Example

White with #1053DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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