Html Css Color HEX #1512BF Medium Blue

📋 copy color: '#1512BF'

red 21 ◦ green 18 ◦ blue 191

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

Shades of Medium Blue #1512BF

Tints of Medium Blue #1512BF

RGB

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

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

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

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

CMYK

 C value IS 0.89

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1512BF (or 0x1512BF) is known color: Medium Blue. HEX triplet: 15, 12 and BF. RGB value is (21,18,191). Sum of RGB (Red+Green+Blue) = 21+18+191=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 18 (7.42% from 255 or 7.83% 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 #1512BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1512BF is #EAED40. Grayscale: #252525. Windows color (decimal): -15396161 or 12522005. OLE color: 12522005.

HSL color Cylindrical-coordinate representation of color #1512BF: hue angle of 241.04º 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 #1512BF is Cyan = 0.89, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 18 191 -
CMYK 0.89 0.91 0 0.25
HSL 241.04º 0.83% 0.41% -
HSV(B) 241.04º 0.91% 0.75% -
XYZ 9.93 4.35 49.61 -
YUV 38.62 213.99 115.43 -
System Red Green Blue C M Y K H S L
Decimal 21 18 191 0.89 0.91 0 0.25 241.04 0.83 0.41
Hex 15 12 BF 59 5B 0 19 F1 53 29
Octal 25 22 277 131 133 0 31 361 123 51
Binary 10101 10010 10111111 1011001 1011011 0 11001 11110001 1010011 101001

Color Harmonies of #1512BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1512BF

Black with #1512BF

Text Example


Text Example

White with #1512BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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