Html Css Color HEX #1215BA Medium Blue

📋 copy color: '#1215BA'

red 18 ◦ green 21 ◦ blue 186

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

Shades of Medium Blue #1215BA

Tints of Medium Blue #1215BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.33%

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

R = 8%
G = 9.33%
B = 82.67%

CMYK

 C value IS 0.90

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1215BA (or 0x1215BA) is known color: Medium Blue. HEX triplet: 12, 15 and BA. RGB value is (18,21,186). Sum of RGB (Red+Green+Blue) = 18+21+186=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 21 (8.59% from 255 or 9.33% from 225); Blue value is 186 (73.05% from 255 or 82.67% from 225); Max value from RGB is 186 - color contains mainly: blue. Hex color #1215BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1215BA is #EDEA45. Grayscale: #262626. Windows color (decimal): -15592006 or 12195090. OLE color: 12195090.

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

Color convert

RGB 18 21 186 -
CMYK 0.90 0.89 0 0.27
HSL 238.93º 0.82% 0.4% -
HSV(B) 238.93º 0.9% 0.73% -
XYZ 9.38 4.21 46.77 -
YUV 38.91 211.01 113.08 -
System Red Green Blue C M Y K H S L
Decimal 18 21 186 0.90 0.89 0 0.27 238.93 0.82 0.4
Hex 12 15 BA 5A 59 0 1B EF 52 28
Octal 22 25 272 132 131 0 33 357 122 50
Binary 10010 10101 10111010 1011010 1011001 0 11011 11101111 1010010 101000

Color Harmonies of #1215BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1215BA

Black with #1215BA

Text Example


Text Example

White with #1215BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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