Html Css Color HEX #1016DB Medium Blue

📋 copy color: '#1016DB'

red 16 ◦ green 22 ◦ blue 219

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

Shades of Medium Blue #1016DB

Tints of Medium Blue #1016DB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

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

R = 6.23%
G = 8.56%
B = 85.21%

CMYK

 C value IS 0.93

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1016DB (or 0x1016DB) is known color: Medium Blue. HEX triplet: 10, 16 and DB. RGB value is (16,22,219). Sum of RGB (Red+Green+Blue) = 16+22+219=257 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.23% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 219 (85.94% from 255 or 85.21% from 257); Max value from RGB is 219 - color contains mainly: blue. Hex color #1016DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1016DB is #EFE924. Grayscale: #292929. Windows color (decimal): -15722789 or 14358032. OLE color: 14358032.

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

Color convert

RGB 16 22 219 -
CMYK 0.93 0.90 0 0.14
HSL 238.23º 0.86% 0.46% -
HSV(B) 238.23º 0.93% 0.86% -
XYZ 13.29 5.8 67.44 -
YUV 42.66 227.51 108.98 -
System Red Green Blue C M Y K H S L
Decimal 16 22 219 0.93 0.90 0 0.14 238.23 0.86 0.46
Hex 10 16 DB 5D 5A 0 E EE 56 2E
Octal 20 26 333 135 132 0 16 356 126 56
Binary 10000 10110 11011011 1011101 1011010 0 1110 11101110 1010110 101110

Color Harmonies of #1016DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1016DB

Black with #1016DB

Text Example


Text Example

White with #1016DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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