Html Css Color HEX #120AB8 Medium Blue

📋 copy color: '#120AB8'

red 18 ◦ green 10 ◦ blue 184

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

Shades of Medium Blue #120AB8

Tints of Medium Blue #120AB8

RGB

 RED value IS 18 (7.42% from 255) = 8.49%

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

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

R = 8.49%
G = 4.72%
B = 86.79%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#120AB8 (or 0x120AB8) is known color: Medium Blue. HEX triplet: 12, 0A and B8. RGB value is (18,10,184). Sum of RGB (Red+Green+Blue) = 18+10+184=212 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.49% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 184 (72.27% from 255 or 86.79% from 212); Max value from RGB is 184 - color contains mainly: blue. Hex color #120AB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #120AB8 is #EDF547. Grayscale: #1F1F1F. Windows color (decimal): -15594824 or 12061202. OLE color: 12061202.

HSL color Cylindrical-coordinate representation of color #120AB8: hue angle of 242.76º 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 #120AB8 is Cyan = 0.90, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 10 184 -
CMYK 0.90 0.95 0 0.28
HSL 242.76º 0.9% 0.38% -
HSV(B) 242.76º 0.95% 0.72% -
XYZ 9.01 3.81 45.61 -
YUV 32.23 213.65 117.85 -
System Red Green Blue C M Y K H S L
Decimal 18 10 184 0.90 0.95 0 0.28 242.76 0.9 0.38
Hex 12 A B8 5A 5F 0 1C F3 5A 26
Octal 22 12 270 132 137 0 34 363 132 46
Binary 10010 1010 10111000 1011010 1011111 0 11100 11110011 1011010 100110

Color Harmonies of #120AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120AB8

Black with #120AB8

Text Example


Text Example

White with #120AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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