Html Css Color HEX #180BBC Medium Blue

📋 copy color: '#180BBC'

red 24 ◦ green 11 ◦ blue 188

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

Shades of Medium Blue #180BBC

Tints of Medium Blue #180BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 84.3%

R = 10.76%
G = 4.93%
B = 84.3%

CMYK

 C value IS 0.87

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#180BBC (or 0x180BBC) is known color: Medium Blue. HEX triplet: 18, 0B and BC. RGB value is (24,11,188). Sum of RGB (Red+Green+Blue) = 24+11+188=223 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.76% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 188 (73.83% from 255 or 84.30% from 223); Max value from RGB is 188 - color contains mainly: blue. Hex color #180BBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BBC is #E7F443. Grayscale: #222222. Windows color (decimal): -15201348 or 12323608. OLE color: 12323608.

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

Color convert

RGB 24 11 188 -
CMYK 0.87 0.94 0 0.26
HSL 244.41º 0.89% 0.39% -
HSV(B) 244.41º 0.94% 0.74% -
XYZ 9.57 4.06 47.86 -
YUV 35.07 214.31 120.11 -
System Red Green Blue C M Y K H S L
Decimal 24 11 188 0.87 0.94 0 0.26 244.41 0.89 0.39
Hex 18 B BC 57 5E 0 1A F4 59 27
Octal 30 13 274 127 136 0 32 364 131 47
Binary 11000 1011 10111100 1010111 1011110 0 11010 11110100 1011001 100111

Color Harmonies of #180BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180BBC

Black with #180BBC

Text Example


Text Example

White with #180BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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