Html Css Color HEX #1500BE Medium Blue

📋 copy color: '#1500BE'

red 21 ◦ green 0 ◦ blue 190

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

Shades of Medium Blue #1500BE

Tints of Medium Blue #1500BE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 9.95%
G = 0%
B = 90.05%

CMYK

 C value IS 0.89

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1500BE (or 0x1500BE) is known color: Medium Blue. HEX triplet: 15, 00 and BE. RGB value is (21,0,190). Sum of RGB (Red+Green+Blue) = 21+0+190=211 (27% of max value = 765). Red value is 21 (8.59% from 255 or 9.95% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 190 (74.61% from 255 or 90.05% from 211); Max value from RGB is 190 - color contains mainly: blue. Hex color #1500BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1500BE is #EAFF41. Grayscale: #1B1B1B. Windows color (decimal): -15400770 or 12451861. OLE color: 12451861.

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

Color convert

RGB 21 0 190 -
CMYK 0.89 1 0 0.25
HSL 246.63º 1% 0.37% -
HSV(B) 246.63º 1% 0.75% -
XYZ 9.6 3.88 48.96 -
YUV 27.94 219.46 123.05 -
System Red Green Blue C M Y K H S L
Decimal 21 0 190 0.89 1 0 0.25 246.63 1 0.37
Hex 15 0 BE 59 64 0 19 F7 64 25
Octal 25 0 276 131 144 0 31 367 144 45
Binary 10101 0 10111110 1011001 1100100 0 11001 11110111 1100100 100101

Color Harmonies of #1500BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1500BE

Black with #1500BE

Text Example


Text Example

White with #1500BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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