Html Css Color HEX #1915BC Medium Blue

📋 copy color: '#1915BC'

red 25 ◦ green 21 ◦ blue 188

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

Shades of Medium Blue #1915BC

Tints of Medium Blue #1915BC

RGB

 RED value IS 25 (10.16% from 255) = 10.68%

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

 BLUE value IS 188 (73.83% from 255) = 80.34%

R = 10.68%
G = 8.97%
B = 80.34%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1915BC (or 0x1915BC) is known color: Medium Blue. HEX triplet: 19, 15 and BC. RGB value is (25,21,188). Sum of RGB (Red+Green+Blue) = 25+21+188=234 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.68% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #1915BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1915BC is #E6EA43. Grayscale: #282828. Windows color (decimal): -15133252 or 12326169. OLE color: 12326169.

HSL color Cylindrical-coordinate representation of color #1915BC: hue angle of 241.44º 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 #1915BC is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 25 21 188 -
CMYK 0.87 0.89 0 0.26
HSL 241.44º 0.8% 0.41% -
HSV(B) 241.44º 0.89% 0.74% -
XYZ 9.75 4.37 47.91 -
YUV 41.23 210.83 116.42 -
System Red Green Blue C M Y K H S L
Decimal 25 21 188 0.87 0.89 0 0.26 241.44 0.8 0.41
Hex 19 15 BC 57 59 0 1A F1 50 29
Octal 31 25 274 127 131 0 32 361 120 51
Binary 11001 10101 10111100 1010111 1011001 0 11010 11110001 1010000 101001

Color Harmonies of #1915BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1915BC

Black with #1915BC

Text Example


Text Example

White with #1915BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1915BC; }

 p { color: rgb(25,21,188); }

 H1.HeaderClassName
 {
   color: #1915BC;
 }
 .AnyTagClassName
 {
   color: #1915BC;
 }
</style>

background-color css

<style>
 a { background-color: #1915BC; }

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

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

border-color css

<style>
 span { border-color: #1915BC; }

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

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