Html Css Color HEX #1216DB Medium Blue

📋 copy color: '#1216DB'

red 18 ◦ green 22 ◦ blue 219

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

Shades of Medium Blue #1216DB

Tints of Medium Blue #1216DB

RGB

 RED value IS 18 (7.42% from 255) = 6.95%

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

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

R = 6.95%
G = 8.49%
B = 84.56%

CMYK

 C value IS 0.92

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1216DB (or 0x1216DB) is known color: Medium Blue. HEX triplet: 12, 16 and DB. RGB value is (18,22,219). Sum of RGB (Red+Green+Blue) = 18+22+219=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 219 (85.94% from 255 or 84.56% from 259); Max value from RGB is 219 - color contains mainly: blue. Hex color #1216DB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1216DB is #EDE924. Grayscale: #2A2A2A. Windows color (decimal): -15591717 or 14358034. OLE color: 14358034.

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

Color convert

RGB 18 22 219 -
CMYK 0.92 0.90 0 0.14
HSL 238.81º 0.85% 0.46% -
HSV(B) 238.81º 0.92% 0.86% -
XYZ 13.32 5.82 67.44 -
YUV 43.26 227.17 109.98 -
System Red Green Blue C M Y K H S L
Decimal 18 22 219 0.92 0.90 0 0.14 238.81 0.85 0.46
Hex 12 16 DB 5C 5A 0 E EF 55 2E
Octal 22 26 333 134 132 0 16 357 125 56
Binary 10010 10110 11011011 1011100 1011010 0 1110 11101111 1010101 101110

Color Harmonies of #1216DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1216DB

Black with #1216DB

Text Example


Text Example

White with #1216DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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