Html Css Color HEX #1515BD Medium Blue

📋 copy color: '#1515BD'

red 21 ◦ green 21 ◦ blue 189

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

Shades of Medium Blue #1515BD

Tints of Medium Blue #1515BD

RGB

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

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

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

R = 9.09%
G = 9.09%
B = 81.82%

CMYK

 C value IS 0.89

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1515BD (or 0x1515BD) is known color: Medium Blue. HEX triplet: 15, 15 and BD. RGB value is (21,21,189). Sum of RGB (Red+Green+Blue) = 21+21+189=231 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.09% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 189 (74.22% from 255 or 81.82% from 231); Max value from RGB is 189 - color contains mainly: blue. Hex color #1515BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1515BD is #EAEA42. Grayscale: #272727. Windows color (decimal): -15395395 or 12391701. OLE color: 12391701.

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

Color convert

RGB 21 21 189 -
CMYK 0.89 0.89 0 0.26
HSL 240º 0.8% 0.41% -
HSV(B) 240º 0.89% 0.74% -
XYZ 9.76 4.37 48.47 -
YUV 40.15 212 114.34 -
System Red Green Blue C M Y K H S L
Decimal 21 21 189 0.89 0.89 0 0.26 240 0.8 0.41
Hex 15 15 BD 59 59 0 1A F0 50 29
Octal 25 25 275 131 131 0 32 360 120 51
Binary 10101 10101 10111101 1011001 1011001 0 11010 11110000 1010000 101001

Color Harmonies of #1515BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1515BD

Black with #1515BD

Text Example


Text Example

White with #1515BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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