Html Css Color HEX #1216BC Medium Blue

📋 copy color: '#1216BC'

red 18 ◦ green 22 ◦ blue 188

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

Shades of Medium Blue #1216BC

Tints of Medium Blue #1216BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 82.46%

R = 7.89%
G = 9.65%
B = 82.46%

CMYK

 C value IS 0.90

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1216BC (or 0x1216BC) is known color: Medium Blue. HEX triplet: 12, 16 and BC. RGB value is (18,22,188). Sum of RGB (Red+Green+Blue) = 18+22+188=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 188 (73.83% from 255 or 82.46% from 228); Max value from RGB is 188 - color contains mainly: blue. Hex color #1216BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1216BC is #EDE943. Grayscale: #272727. Windows color (decimal): -15591748 or 12326418. OLE color: 12326418.

HSL color Cylindrical-coordinate representation of color #1216BC: hue angle of 238.59º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1216BC is Cyan = 0.90, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 22 188 -
CMYK 0.90 0.88 0 0.26
HSL 238.59º 0.83% 0.4% -
HSV(B) 238.59º 0.9% 0.74% -
XYZ 9.61 4.33 47.91 -
YUV 39.73 211.67 112.5 -
System Red Green Blue C M Y K H S L
Decimal 18 22 188 0.90 0.88 0 0.26 238.59 0.83 0.4
Hex 12 16 BC 5A 58 0 1A EF 53 28
Octal 22 26 274 132 130 0 32 357 123 50
Binary 10010 10110 10111100 1011010 1011000 0 11010 11101111 1010011 101000

Color Harmonies of #1216BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1216BC

Black with #1216BC

Text Example


Text Example

White with #1216BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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