Html Css Color HEX #1512BD Medium Blue

📋 copy color: '#1512BD'

red 21 ◦ green 18 ◦ blue 189

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

Shades of Medium Blue #1512BD

Tints of Medium Blue #1512BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 82.89%

R = 9.21%
G = 7.89%
B = 82.89%

CMYK

 C value IS 0.89

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1512BD (or 0x1512BD) is known color: Medium Blue. HEX triplet: 15, 12 and BD. RGB value is (21,18,189). Sum of RGB (Red+Green+Blue) = 21+18+189=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 18 (7.42% from 255 or 7.89% from 228); Blue value is 189 (74.22% from 255 or 82.89% from 228); Max value from RGB is 189 - color contains mainly: blue. Hex color #1512BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1512BD is #EAED42. Grayscale: #252525. Windows color (decimal): -15396163 or 12390933. OLE color: 12390933.

HSL color Cylindrical-coordinate representation of color #1512BD: hue angle of 241.05º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1512BD is Cyan = 0.89, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 18 189 -
CMYK 0.89 0.90 0 0.26
HSL 241.05º 0.83% 0.41% -
HSV(B) 241.05º 0.9% 0.74% -
XYZ 9.71 4.27 48.46 -
YUV 38.39 212.99 115.6 -
System Red Green Blue C M Y K H S L
Decimal 21 18 189 0.89 0.90 0 0.26 241.05 0.83 0.41
Hex 15 12 BD 59 5A 0 1A F1 53 29
Octal 25 22 275 131 132 0 32 361 123 51
Binary 10101 10010 10111101 1011001 1011010 0 11010 11110001 1010011 101001

Color Harmonies of #1512BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1512BD

Black with #1512BD

Text Example


Text Example

White with #1512BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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