Html Css Color HEX #180AE4 Medium Blue

📋 copy color: '#180AE4'

red 24 ◦ green 10 ◦ blue 228

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

Shades of Medium Blue #180AE4

Tints of Medium Blue #180AE4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.82%

 BLUE value IS 228 (89.45% from 255) = 87.02%

R = 9.16%
G = 3.82%
B = 87.02%

CMYK

 C value IS 0.89

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#180AE4 (or 0x180AE4) is known color: Medium Blue. HEX triplet: 18, 0A and E4. RGB value is (24,10,228). Sum of RGB (Red+Green+Blue) = 24+10+228=262 (34% of max value = 765). Red value is 24 (9.77% from 255 or 9.16% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 228 (89.45% from 255 or 87.02% from 262); Max value from RGB is 228 - color contains mainly: blue. Hex color #180AE4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180AE4 is #E7F51B. Grayscale: #262626. Windows color (decimal): -15201564 or 14944792. OLE color: 14944792.

HSL color Cylindrical-coordinate representation of color #180AE4: hue angle of 243.85º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #180AE4 is Cyan = 0.89, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 24 10 228 -
CMYK 0.89 0.96 0 0.11
HSL 243.85º 0.92% 0.47% -
HSV(B) 243.85º 0.96% 0.89% -
XYZ 14.49 6.01 73.8 -
YUV 39.04 234.64 117.27 -
System Red Green Blue C M Y K H S L
Decimal 24 10 228 0.89 0.96 0 0.11 243.85 0.92 0.47
Hex 18 A E4 59 60 0 B F4 5C 2F
Octal 30 12 344 131 140 0 13 364 134 57
Binary 11000 1010 11100100 1011001 1100000 0 1011 11110100 1011100 101111

Color Harmonies of #180AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180AE4

Black with #180AE4

Text Example


Text Example

White with #180AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #180AE4; }

 p { color: rgb(24,10,228); }

 H1.HeaderClassName
 {
   color: #180AE4;
 }
 .AnyTagClassName
 {
   color: #180AE4;
 }
</style>

background-color css

<style>
 a { background-color: #180AE4; }

 a { background-color: rgb(24,10,228); }

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

border-color css

<style>
 span { border-color: #180AE4; }

 span { border-color: rgb(24,10,228); }

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