Html Css Color HEX #1210BE Medium Blue

📋 copy color: '#1210BE'

red 18 ◦ green 16 ◦ blue 190

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

Shades of Medium Blue #1210BE

Tints of Medium Blue #1210BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 84.82%

R = 8.04%
G = 7.14%
B = 84.82%

CMYK

 C value IS 0.91

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1210BE (or 0x1210BE) is known color: Medium Blue. HEX triplet: 12, 10 and BE. RGB value is (18,16,190). Sum of RGB (Red+Green+Blue) = 18+16+190=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 190 (74.61% from 255 or 84.82% from 224); Max value from RGB is 190 - color contains mainly: blue. Hex color #1210BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1210BE is #EDEF41. Grayscale: #232323. Windows color (decimal): -15593282 or 12455954. OLE color: 12455954.

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

Color convert

RGB 18 16 190 -
CMYK 0.91 0.92 0 0.25
HSL 240.69º 0.84% 0.4% -
HSV(B) 240.69º 0.92% 0.75% -
XYZ 9.73 4.22 49.02 -
YUV 36.43 214.66 114.85 -
System Red Green Blue C M Y K H S L
Decimal 18 16 190 0.91 0.92 0 0.25 240.69 0.84 0.4
Hex 12 10 BE 5B 5C 0 19 F1 54 28
Octal 22 20 276 133 134 0 31 361 124 50
Binary 10010 10000 10111110 1011011 1011100 0 11001 11110001 1010100 101000

Color Harmonies of #1210BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1210BE

Black with #1210BE

Text Example


Text Example

White with #1210BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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