Html Css Color HEX #1052DB Navy Blue

📋 copy color: '#1052DB'

red 16 ◦ green 82 ◦ blue 219

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

Shades of Navy Blue #1052DB

Tints of Navy Blue #1052DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.87%

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

R = 5.05%
G = 25.87%
B = 69.09%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1052DB (or 0x1052DB) is known color: Navy Blue. HEX triplet: 10, 52 and DB. RGB value is (16,82,219). Sum of RGB (Red+Green+Blue) = 16+82+219=317 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.05% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 219 (85.94% from 255 or 69.09% from 317); Max value from RGB is 219 - color contains mainly: blue. Hex color #1052DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1052DB is #EFAD24. Grayscale: #4D4D4D. Windows color (decimal): -15707429 or 14373392. OLE color: 14373392.

HSL color Cylindrical-coordinate representation of color #1052DB: hue angle of 220.49º 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 #1052DB is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 82 219 -
CMYK 0.93 0.63 0 0.14
HSL 220.49º 0.86% 0.46% -
HSV(B) 220.49º 0.93% 0.86% -
XYZ 16.02 11.26 68.35 -
YUV 77.88 207.63 83.86 -
System Red Green Blue C M Y K H S L
Decimal 16 82 219 0.93 0.63 0 0.14 220.49 0.86 0.46
Hex 10 52 DB 5D 3F 0 E DC 56 2E
Octal 20 122 333 135 77 0 16 334 126 56
Binary 10000 1010010 11011011 1011101 111111 0 1110 11011100 1010110 101110

Color Harmonies of #1052DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1052DB

Black with #1052DB

Text Example


Text Example

White with #1052DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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