Html Css Color HEX #1815BA Medium Blue

📋 copy color: '#1815BA'

red 24 ◦ green 21 ◦ blue 186

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

Shades of Medium Blue #1815BA

Tints of Medium Blue #1815BA

RGB

 RED value IS 24 (9.77% from 255) = 10.39%

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

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

R = 10.39%
G = 9.09%
B = 80.52%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1815BA (or 0x1815BA) is known color: Medium Blue. HEX triplet: 18, 15 and BA. RGB value is (24,21,186). Sum of RGB (Red+Green+Blue) = 24+21+186=231 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.39% from 231); Green value is 21 (8.59% from 255 or 9.09% from 231); Blue value is 186 (73.05% from 255 or 80.52% from 231); Max value from RGB is 186 - color contains mainly: blue. Hex color #1815BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1815BA is #E7EA45. Grayscale: #282828. Windows color (decimal): -15198790 or 12195096. OLE color: 12195096.

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

Color convert

RGB 24 21 186 -
CMYK 0.87 0.89 0 0.27
HSL 241.09º 0.8% 0.41% -
HSV(B) 241.09º 0.89% 0.73% -
XYZ 9.51 4.28 46.78 -
YUV 40.71 209.99 116.08 -
System Red Green Blue C M Y K H S L
Decimal 24 21 186 0.87 0.89 0 0.27 241.09 0.8 0.41
Hex 18 15 BA 57 59 0 1B F1 50 29
Octal 30 25 272 127 131 0 33 361 120 51
Binary 11000 10101 10111010 1010111 1011001 0 11011 11110001 1010000 101001

Color Harmonies of #1815BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1815BA

Black with #1815BA

Text Example


Text Example

White with #1815BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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