Html Css Color HEX #1050DB Navy Blue

📋 copy color: '#1050DB'

red 16 ◦ green 80 ◦ blue 219

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

Shades of Navy Blue #1050DB

Tints of Navy Blue #1050DB

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

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

R = 5.08%
G = 25.4%
B = 69.52%

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

#1050DB (or 0x1050DB) is known color: Navy Blue. HEX triplet: 10, 50 and DB. RGB value is (16,80,219). Sum of RGB (Red+Green+Blue) = 16+80+219=315 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.08% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #1050DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1050DB is #EFAF24. Grayscale: #4C4C4C. Windows color (decimal): -15707941 or 14372880. OLE color: 14372880.

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

Color convert

RGB 16 80 219 -
CMYK 0.93 0.63 0 0.14
HSL 221.08º 0.86% 0.46% -
HSV(B) 221.08º 0.93% 0.86% -
XYZ 15.87 10.96 68.3 -
YUV 76.71 208.3 84.7 -
System Red Green Blue C M Y K H S L
Decimal 16 80 219 0.93 0.63 0 0.14 221.08 0.86 0.46
Hex 10 50 DB 5D 3F 0 E DD 56 2E
Octal 20 120 333 135 77 0 16 335 126 56
Binary 10000 1010000 11011011 1011101 111111 0 1110 11011101 1010110 101110

Color Harmonies of #1050DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1050DB

Black with #1050DB

Text Example


Text Example

White with #1050DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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