Html Css Color HEX #180CBA Medium Blue

📋 copy color: '#180CBA'

red 24 ◦ green 12 ◦ blue 186

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

Shades of Medium Blue #180CBA

Tints of Medium Blue #180CBA

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.41%

 BLUE value IS 186 (73.05% from 255) = 83.78%

R = 10.81%
G = 5.41%
B = 83.78%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#180CBA (or 0x180CBA) is known color: Medium Blue. HEX triplet: 18, 0C and BA. RGB value is (24,12,186). Sum of RGB (Red+Green+Blue) = 24+12+186=222 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.81% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 186 (73.05% from 255 or 83.78% from 222); Max value from RGB is 186 - color contains mainly: blue. Hex color #180CBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180CBA is #E7F345. Grayscale: #222222. Windows color (decimal): -15201094 or 12192792. OLE color: 12192792.

HSL color Cylindrical-coordinate representation of color #180CBA: hue angle of 244.14º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180CBA is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 12 186 -
CMYK 0.87 0.94 0 0.27
HSL 244.14º 0.88% 0.39% -
HSV(B) 244.14º 0.94% 0.73% -
XYZ 9.37 4 46.73 -
YUV 35.42 212.98 119.85 -
System Red Green Blue C M Y K H S L
Decimal 24 12 186 0.87 0.94 0 0.27 244.14 0.88 0.39
Hex 18 C BA 57 5E 0 1B F4 58 27
Octal 30 14 272 127 136 0 33 364 130 47
Binary 11000 1100 10111010 1010111 1011110 0 11011 11110100 1011000 100111

Color Harmonies of #180CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180CBA

Black with #180CBA

Text Example


Text Example

White with #180CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(24,12,186); }

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

background-color css

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

 a { background-color: rgb(24,12,186); }

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

border-color css

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

 span { border-color: rgb(24,12,186); }

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