Html Css Color HEX #1512C0 Medium Blue

📋 copy color: '#1512C0'

red 21 ◦ green 18 ◦ blue 192

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

Shades of Medium Blue #1512C0

Tints of Medium Blue #1512C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 83.12%

R = 9.09%
G = 7.79%
B = 83.12%

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

#1512C0 (or 0x1512C0) is known color: Medium Blue. HEX triplet: 15, 12 and C0. RGB value is (21,18,192). Sum of RGB (Red+Green+Blue) = 21+18+192=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 18 (7.42% from 255 or 7.79% from 231); Blue value is 192 (75.39% from 255 or 83.12% from 231); Max value from RGB is 192 - color contains mainly: blue. Hex color #1512C0 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1512C0 is #EAED3F. Grayscale: #262626. Windows color (decimal): -15396160 or 12587541. OLE color: 12587541.

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

Color convert

RGB 21 18 192 -
CMYK 0.89 0.91 0 0.25
HSL 241.03º 0.83% 0.41% -
HSV(B) 241.03º 0.91% 0.75% -
XYZ 10.04 4.4 50.19 -
YUV 38.73 214.49 115.35 -
System Red Green Blue C M Y K H S L
Decimal 21 18 192 0.89 0.91 0 0.25 241.03 0.83 0.41
Hex 15 12 C0 59 5B 0 19 F1 53 29
Octal 25 22 300 131 133 0 31 361 123 51
Binary 10101 10010 11000000 1011001 1011011 0 11001 11110001 1010011 101001

Color Harmonies of #1512C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1512C0

Black with #1512C0

Text Example


Text Example

White with #1512C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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