Html Css Color HEX #1216C9 Medium Blue

📋 copy color: '#1216C9'

red 18 ◦ green 22 ◦ blue 201

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

Shades of Medium Blue #1216C9

Tints of Medium Blue #1216C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 83.4%

R = 7.47%
G = 9.13%
B = 83.4%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1216C9 (or 0x1216C9) is known color: Medium Blue. HEX triplet: 12, 16 and C9. RGB value is (18,22,201). Sum of RGB (Red+Green+Blue) = 18+22+201=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 22 (8.98% from 255 or 9.13% from 241); Blue value is 201 (78.91% from 255 or 83.40% from 241); Max value from RGB is 201 - color contains mainly: blue. Hex color #1216C9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1216C9 is #EDE936. Grayscale: #282828. Windows color (decimal): -15591735 or 13178386. OLE color: 13178386.

HSL color Cylindrical-coordinate representation of color #1216C9: hue angle of 238.69º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1216C9 is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 18 22 201 -
CMYK 0.91 0.89 0 0.21
HSL 238.69º 0.84% 0.43% -
HSV(B) 238.69º 0.91% 0.79% -
XYZ 11.08 4.92 55.62 -
YUV 41.21 218.17 111.45 -
System Red Green Blue C M Y K H S L
Decimal 18 22 201 0.91 0.89 0 0.21 238.69 0.84 0.43
Hex 12 16 C9 5B 59 0 15 EF 54 2B
Octal 22 26 311 133 131 0 25 357 124 53
Binary 10010 10110 11001001 1011011 1011001 0 10101 11101111 1010100 101011

Color Harmonies of #1216C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1216C9

Black with #1216C9

Text Example


Text Example

White with #1216C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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