Html Css Color HEX #181AE0 Medium Blue

📋 copy color: '#181AE0'

red 24 ◦ green 26 ◦ blue 224

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

Shades of Medium Blue #181AE0

Tints of Medium Blue #181AE0

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.49%

 BLUE value IS 224 (87.89% from 255) = 81.75%

R = 8.76%
G = 9.49%
B = 81.75%

CMYK

 C value IS 0.89

 M value IS 0.88

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#181AE0 (or 0x181AE0) is known color: Medium Blue. HEX triplet: 18, 1A and E0. RGB value is (24,26,224). Sum of RGB (Red+Green+Blue) = 24+26+224=274 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.76% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 224 (87.89% from 255 or 81.75% from 274); Max value from RGB is 224 - color contains mainly: blue. Hex color #181AE0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #181AE0 is #E7E51F. Grayscale: #2F2F2F. Windows color (decimal): -15197472 or 14686744. OLE color: 14686744.

HSL color Cylindrical-coordinate representation of color #181AE0: hue angle of 239.4º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #181AE0 is Cyan = 0.89, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 24 26 224 -
CMYK 0.89 0.88 0 0.12
HSL 239.4º 0.81% 0.49% -
HSV(B) 239.4º 0.89% 0.88% -
XYZ 14.2 6.31 70.99 -
YUV 47.97 227.34 110.9 -
System Red Green Blue C M Y K H S L
Decimal 24 26 224 0.89 0.88 0 0.12 239.4 0.81 0.49
Hex 18 1A E0 59 58 0 C EF 51 31
Octal 30 32 340 131 130 0 14 357 121 61
Binary 11000 11010 11100000 1011001 1011000 0 1100 11101111 1010001 110001

Color Harmonies of #181AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181AE0

Black with #181AE0

Text Example


Text Example

White with #181AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181AE0; }

 p { color: rgb(24,26,224); }

 H1.HeaderClassName
 {
   color: #181AE0;
 }
 .AnyTagClassName
 {
   color: #181AE0;
 }
</style>

background-color css

<style>
 a { background-color: #181AE0; }

 a { background-color: rgb(24,26,224); }

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

border-color css

<style>
 span { border-color: #181AE0; }

 span { border-color: rgb(24,26,224); }

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