Html Css Color HEX #1815BD Medium Blue

📋 copy color: '#1815BD'

red 24 ◦ green 21 ◦ blue 189

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

Shades of Medium Blue #1815BD

Tints of Medium Blue #1815BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 80.77%

R = 10.26%
G = 8.97%
B = 80.77%

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

#1815BD (or 0x1815BD) is known color: Medium Blue. HEX triplet: 18, 15 and BD. RGB value is (24,21,189). Sum of RGB (Red+Green+Blue) = 24+21+189=234 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.26% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 189 (74.22% from 255 or 80.77% from 234); Max value from RGB is 189 - color contains mainly: blue. Hex color #1815BD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1815BD is #E7EA42. Grayscale: #282828. Windows color (decimal): -15198787 or 12391704. OLE color: 12391704.

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

Color convert

RGB 24 21 189 -
CMYK 0.87 0.89 0 0.26
HSL 241.07º 0.8% 0.41% -
HSV(B) 241.07º 0.89% 0.74% -
XYZ 9.83 4.4 48.48 -
YUV 41.05 211.49 115.84 -
System Red Green Blue C M Y K H S L
Decimal 24 21 189 0.87 0.89 0 0.26 241.07 0.8 0.41
Hex 18 15 BD 57 59 0 1A F1 50 29
Octal 30 25 275 127 131 0 32 361 120 51
Binary 11000 10101 10111101 1010111 1011001 0 11010 11110001 1010000 101001

Color Harmonies of #1815BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1815BD

Black with #1815BD

Text Example


Text Example

White with #1815BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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