Html Css Color HEX #1517BA Medium Blue

📋 copy color: '#1517BA'

red 21 ◦ green 23 ◦ blue 186

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

Shades of Medium Blue #1517BA

Tints of Medium Blue #1517BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 10%

 BLUE value IS 186 (73.05% from 255) = 80.87%

R = 9.13%
G = 10%
B = 80.87%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1517BA (or 0x1517BA) is known color: Medium Blue. HEX triplet: 15, 17 and BA. RGB value is (21,23,186). Sum of RGB (Red+Green+Blue) = 21+23+186=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 186 (73.05% from 255 or 80.87% from 230); Max value from RGB is 186 - color contains mainly: blue. Hex color #1517BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1517BA is #EAE845. Grayscale: #282828. Windows color (decimal): -15394886 or 12195605. OLE color: 12195605.

HSL color Cylindrical-coordinate representation of color #1517BA: hue angle of 239.27º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1517BA is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 23 186 -
CMYK 0.89 0.88 0 0.27
HSL 239.27º 0.8% 0.41% -
HSV(B) 239.27º 0.89% 0.73% -
XYZ 9.48 4.32 46.79 -
YUV 40.98 209.84 113.75 -
System Red Green Blue C M Y K H S L
Decimal 21 23 186 0.89 0.88 0 0.27 239.27 0.8 0.41
Hex 15 17 BA 59 58 0 1B EF 50 29
Octal 25 27 272 131 130 0 33 357 120 51
Binary 10101 10111 10111010 1011001 1011000 0 11011 11101111 1010000 101001

Color Harmonies of #1517BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1517BA

Black with #1517BA

Text Example


Text Example

White with #1517BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1517BA; }

 p { color: rgb(21,23,186); }

 H1.HeaderClassName
 {
   color: #1517BA;
 }
 .AnyTagClassName
 {
   color: #1517BA;
 }
</style>

background-color css

<style>
 a { background-color: #1517BA; }

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

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

border-color css

<style>
 span { border-color: #1517BA; }

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

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