Html Css Color HEX #1508BA Medium Blue

📋 copy color: '#1508BA'

red 21 ◦ green 8 ◦ blue 186

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

Shades of Medium Blue #1508BA

Tints of Medium Blue #1508BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.72%

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

R = 9.77%
G = 3.72%
B = 86.51%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1508BA (or 0x1508BA) is known color: Medium Blue. HEX triplet: 15, 08 and BA. RGB value is (21,8,186). Sum of RGB (Red+Green+Blue) = 21+8+186=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 8 (3.52% from 255 or 3.72% from 215); Blue value is 186 (73.05% from 255 or 86.51% from 215); Max value from RGB is 186 - color contains mainly: blue. Hex color #1508BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1508BA is #EAF745. Grayscale: #1F1F1F. Windows color (decimal): -15398726 or 12191765. OLE color: 12191765.

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

Color convert

RGB 21 8 186 -
CMYK 0.89 0.96 0 0.27
HSL 244.38º 0.92% 0.38% -
HSV(B) 244.38º 0.96% 0.73% -
XYZ 9.26 3.88 46.71 -
YUV 32.18 214.81 120.03 -
System Red Green Blue C M Y K H S L
Decimal 21 8 186 0.89 0.96 0 0.27 244.38 0.92 0.38
Hex 15 8 BA 59 60 0 1B F4 5C 26
Octal 25 10 272 131 140 0 33 364 134 46
Binary 10101 1000 10111010 1011001 1100000 0 11011 11110100 1011100 100110

Color Harmonies of #1508BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1508BA

Black with #1508BA

Text Example


Text Example

White with #1508BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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