Html Css Color HEX #1210BA Medium Blue

📋 copy color: '#1210BA'

red 18 ◦ green 16 ◦ blue 186

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

Shades of Medium Blue #1210BA

Tints of Medium Blue #1210BA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.27%

 BLUE value IS 186 (73.05% from 255) = 84.55%

R = 8.18%
G = 7.27%
B = 84.55%

CMYK

 C value IS 0.90

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1210BA (or 0x1210BA) is known color: Medium Blue. HEX triplet: 12, 10 and BA. RGB value is (18,16,186). Sum of RGB (Red+Green+Blue) = 18+16+186=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 16 (6.64% from 255 or 7.27% from 220); Blue value is 186 (73.05% from 255 or 84.55% from 220); Max value from RGB is 186 - color contains mainly: blue. Hex color #1210BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1210BA is #EDEF45. Grayscale: #232323. Windows color (decimal): -15593286 or 12193810. OLE color: 12193810.

HSL color Cylindrical-coordinate representation of color #1210BA: hue angle of 240.71º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1210BA is Cyan = 0.90, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 16 186 -
CMYK 0.90 0.91 0 0.27
HSL 240.71º 0.84% 0.4% -
HSV(B) 240.71º 0.91% 0.73% -
XYZ 9.3 4.04 46.74 -
YUV 35.98 212.66 115.18 -
System Red Green Blue C M Y K H S L
Decimal 18 16 186 0.90 0.91 0 0.27 240.71 0.84 0.4
Hex 12 10 BA 5A 5B 0 1B F1 54 28
Octal 22 20 272 132 133 0 33 361 124 50
Binary 10010 10000 10111010 1011010 1011011 0 11011 11110001 1010100 101000

Color Harmonies of #1210BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1210BA

Black with #1210BA

Text Example


Text Example

White with #1210BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1210BA; }

 p { color: rgb(18,16,186); }

 H1.HeaderClassName
 {
   color: #1210BA;
 }
 .AnyTagClassName
 {
   color: #1210BA;
 }
</style>

background-color css

<style>
 a { background-color: #1210BA; }

 a { background-color: rgb(18,16,186); }

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

border-color css

<style>
 span { border-color: #1210BA; }

 span { border-color: rgb(18,16,186); }

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