Html Css Color HEX #1215BF Medium Blue

📋 copy color: '#1215BF'

red 18 ◦ green 21 ◦ blue 191

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

Shades of Medium Blue #1215BF

Tints of Medium Blue #1215BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 83.04%

R = 7.83%
G = 9.13%
B = 83.04%

CMYK

 C value IS 0.91

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1215BF (or 0x1215BF) is known color: Medium Blue. HEX triplet: 12, 15 and BF. RGB value is (18,21,191). Sum of RGB (Red+Green+Blue) = 18+21+191=230 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.83% from 230); Green value is 21 (8.59% from 255 or 9.13% from 230); Blue value is 191 (75% from 255 or 83.04% from 230); Max value from RGB is 191 - color contains mainly: blue. Hex color #1215BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1215BF is #EDEA40. Grayscale: #262626. Windows color (decimal): -15592001 or 12522770. OLE color: 12522770.

HSL color Cylindrical-coordinate representation of color #1215BF: hue angle of 238.96º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1215BF is Cyan = 0.91, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 21 191 -
CMYK 0.91 0.89 0 0.25
HSL 238.96º 0.83% 0.41% -
HSV(B) 238.96º 0.91% 0.75% -
XYZ 9.92 4.43 49.62 -
YUV 39.48 213.51 112.68 -
System Red Green Blue C M Y K H S L
Decimal 18 21 191 0.91 0.89 0 0.25 238.96 0.83 0.41
Hex 12 15 BF 5B 59 0 19 EF 53 29
Octal 22 25 277 133 131 0 31 357 123 51
Binary 10010 10101 10111111 1011011 1011001 0 11001 11101111 1010011 101001

Color Harmonies of #1215BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1215BF

Black with #1215BF

Text Example


Text Example

White with #1215BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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