Html Css Color HEX #1518BE Medium Blue

📋 copy color: '#1518BE'

red 21 ◦ green 24 ◦ blue 190

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

Shades of Medium Blue #1518BE

Tints of Medium Blue #1518BE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.21%

 BLUE value IS 190 (74.61% from 255) = 80.85%

R = 8.94%
G = 10.21%
B = 80.85%

CMYK

 C value IS 0.89

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1518BE (or 0x1518BE) is known color: Medium Blue. HEX triplet: 15, 18 and BE. RGB value is (21,24,190). Sum of RGB (Red+Green+Blue) = 21+24+190=235 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.94% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 190 (74.61% from 255 or 80.85% from 235); Max value from RGB is 190 - color contains mainly: blue. Hex color #1518BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1518BE is #EAE741. Grayscale: #292929. Windows color (decimal): -15394626 or 12458005. OLE color: 12458005.

HSL color Cylindrical-coordinate representation of color #1518BE: hue angle of 238.93º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1518BE is Cyan = 0.89, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 24 190 -
CMYK 0.89 0.87 0 0.25
HSL 238.93º 0.8% 0.41% -
HSV(B) 238.93º 0.89% 0.75% -
XYZ 9.93 4.53 49.07 -
YUV 42.03 211.51 113 -
System Red Green Blue C M Y K H S L
Decimal 21 24 190 0.89 0.87 0 0.25 238.93 0.8 0.41
Hex 15 18 BE 59 57 0 19 EF 50 29
Octal 25 30 276 131 127 0 31 357 120 51
Binary 10101 11000 10111110 1011001 1010111 0 11001 11101111 1010000 101001

Color Harmonies of #1518BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1518BE

Black with #1518BE

Text Example


Text Example

White with #1518BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1518BE; }

 p { color: rgb(21,24,190); }

 H1.HeaderClassName
 {
   color: #1518BE;
 }
 .AnyTagClassName
 {
   color: #1518BE;
 }
</style>

background-color css

<style>
 a { background-color: #1518BE; }

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

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

border-color css

<style>
 span { border-color: #1518BE; }

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

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