Html Css Color HEX #180AB8 Medium Blue

📋 copy color: '#180AB8'

red 24 ◦ green 10 ◦ blue 184

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

Shades of Medium Blue #180AB8

Tints of Medium Blue #180AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 84.4%

R = 11.01%
G = 4.59%
B = 84.4%

CMYK

 C value IS 0.87

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#180AB8 (or 0x180AB8) is known color: Medium Blue. HEX triplet: 18, 0A and B8. RGB value is (24,10,184). Sum of RGB (Red+Green+Blue) = 24+10+184=218 (28% of max value = 765). Red value is 24 (9.77% from 255 or 11.01% from 218); Green value is 10 (4.30% from 255 or 4.59% from 218); Blue value is 184 (72.27% from 255 or 84.40% from 218); Max value from RGB is 184 - color contains mainly: blue. Hex color #180AB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180AB8 is #E7F547. Grayscale: #212121. Windows color (decimal): -15201608 or 12061208. OLE color: 12061208.

HSL color Cylindrical-coordinate representation of color #180AB8: hue angle of 244.83º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #180AB8 is Cyan = 0.87, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 24 10 184 -
CMYK 0.87 0.95 0 0.28
HSL 244.83º 0.9% 0.38% -
HSV(B) 244.83º 0.95% 0.72% -
XYZ 9.14 3.87 45.61 -
YUV 34.02 212.64 120.85 -
System Red Green Blue C M Y K H S L
Decimal 24 10 184 0.87 0.95 0 0.28 244.83 0.9 0.38
Hex 18 A B8 57 5F 0 1C F5 5A 26
Octal 30 12 270 127 137 0 34 365 132 46
Binary 11000 1010 10111000 1010111 1011111 0 11100 11110101 1011010 100110

Color Harmonies of #180AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180AB8

Black with #180AB8

Text Example


Text Example

White with #180AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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