Html Css Color HEX #1216CC Medium Blue

📋 copy color: '#1216CC'

red 18 ◦ green 22 ◦ blue 204

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

Shades of Medium Blue #1216CC

Tints of Medium Blue #1216CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 83.61%

R = 7.38%
G = 9.02%
B = 83.61%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1216CC (or 0x1216CC) is known color: Medium Blue. HEX triplet: 12, 16 and CC. RGB value is (18,22,204). Sum of RGB (Red+Green+Blue) = 18+22+204=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 204 (80.08% from 255 or 83.61% from 244); Max value from RGB is 204 - color contains mainly: blue. Hex color #1216CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1216CC is #EDE933. Grayscale: #282828. Windows color (decimal): -15591732 or 13374994. OLE color: 13374994.

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

Color convert

RGB 18 22 204 -
CMYK 0.91 0.89 0 0.2
HSL 238.71º 0.84% 0.44% -
HSV(B) 238.71º 0.91% 0.8% -
XYZ 11.44 5.06 57.5 -
YUV 41.55 219.67 111.2 -
System Red Green Blue C M Y K H S L
Decimal 18 22 204 0.91 0.89 0 0.2 238.71 0.84 0.44
Hex 12 16 CC 5B 59 0 14 EF 54 2C
Octal 22 26 314 133 131 0 24 357 124 54
Binary 10010 10110 11001100 1011011 1011001 0 10100 11101111 1010100 101100

Color Harmonies of #1216CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1216CC

Black with #1216CC

Text Example


Text Example

White with #1216CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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