Html Css Color HEX #1501BB Medium Blue

📋 copy color: '#1501BB'

red 21 ◦ green 1 ◦ blue 187

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

Shades of Medium Blue #1501BB

Tints of Medium Blue #1501BB

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.48%

 BLUE value IS 187 (73.44% from 255) = 89.47%

R = 10.05%
G = 0.48%
B = 89.47%

CMYK

 C value IS 0.89

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1501BB (or 0x1501BB) is known color: Medium Blue. HEX triplet: 15, 01 and BB. RGB value is (21,1,187). Sum of RGB (Red+Green+Blue) = 21+1+187=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 187 (73.44% from 255 or 89.47% from 209); Max value from RGB is 187 - color contains mainly: blue. Hex color #1501BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1501BB is #EAFE44. Grayscale: #1B1B1B. Windows color (decimal): -15400517 or 12255509. OLE color: 12255509.

HSL color Cylindrical-coordinate representation of color #1501BB: hue angle of 246.45º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1501BB is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 21 1 187 -
CMYK 0.89 0.99 0 0.27
HSL 246.45º 0.99% 0.37% -
HSV(B) 246.45º 0.99% 0.73% -
XYZ 9.29 3.77 47.25 -
YUV 28.18 217.63 122.88 -
System Red Green Blue C M Y K H S L
Decimal 21 1 187 0.89 0.99 0 0.27 246.45 0.99 0.37
Hex 15 1 BB 59 63 0 1B F6 63 25
Octal 25 1 273 131 143 0 33 366 143 45
Binary 10101 1 10111011 1011001 1100011 0 11011 11110110 1100011 100101

Color Harmonies of #1501BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1501BB

Black with #1501BB

Text Example


Text Example

White with #1501BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1501BB; }

 p { color: rgb(21,1,187); }

 H1.HeaderClassName
 {
   color: #1501BB;
 }
 .AnyTagClassName
 {
   color: #1501BB;
 }
</style>

background-color css

<style>
 a { background-color: #1501BB; }

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

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

border-color css

<style>
 span { border-color: #1501BB; }

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

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