Html Css Color HEX #180BBA Medium Blue

📋 copy color: '#180BBA'

red 24 ◦ green 11 ◦ blue 186

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

Shades of Medium Blue #180BBA

Tints of Medium Blue #180BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.98%

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

R = 10.86%
G = 4.98%
B = 84.16%

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

#180BBA (or 0x180BBA) is known color: Medium Blue. HEX triplet: 18, 0B and BA. RGB value is (24,11,186). Sum of RGB (Red+Green+Blue) = 24+11+186=221 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.86% from 221); Green value is 11 (4.69% from 255 or 4.98% from 221); Blue value is 186 (73.05% from 255 or 84.16% from 221); Max value from RGB is 186 - color contains mainly: blue. Hex color #180BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BBA is #E7F445. Grayscale: #222222. Windows color (decimal): -15201350 or 12192536. OLE color: 12192536.

HSL color Cylindrical-coordinate representation of color #180BBA: hue angle of 244.46º degrees, saturation: 0.89, 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 #180BBA is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 11 186 -
CMYK 0.87 0.94 0 0.27
HSL 244.46º 0.89% 0.39% -
HSV(B) 244.46º 0.94% 0.73% -
XYZ 9.36 3.98 46.73 -
YUV 34.84 213.31 120.27 -
System Red Green Blue C M Y K H S L
Decimal 24 11 186 0.87 0.94 0 0.27 244.46 0.89 0.39
Hex 18 B BA 57 5E 0 1B F4 59 27
Octal 30 13 272 127 136 0 33 364 131 47
Binary 11000 1011 10111010 1010111 1011110 0 11011 11110100 1011001 100111

Color Harmonies of #180BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180BBA

Black with #180BBA

Text Example


Text Example

White with #180BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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