Html Css Color HEX #180BC1 Medium Blue

📋 copy color: '#180BC1'

red 24 ◦ green 11 ◦ blue 193

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

Shades of Medium Blue #180BC1

Tints of Medium Blue #180BC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 84.65%

R = 10.53%
G = 4.82%
B = 84.65%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#180BC1 (or 0x180BC1) is known color: Medium Blue. HEX triplet: 18, 0B and C1. RGB value is (24,11,193). Sum of RGB (Red+Green+Blue) = 24+11+193=228 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.53% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 193 (75.78% from 255 or 84.65% from 228); Max value from RGB is 193 - color contains mainly: blue. Hex color #180BC1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180BC1 is #E7F43E. Grayscale: #222222. Windows color (decimal): -15201343 or 12651288. OLE color: 12651288.

HSL color Cylindrical-coordinate representation of color #180BC1: hue angle of 244.29º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #180BC1 is Cyan = 0.88, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 24 11 193 -
CMYK 0.88 0.94 0 0.24
HSL 244.29º 0.89% 0.4% -
HSV(B) 244.29º 0.94% 0.76% -
XYZ 10.12 4.28 50.75 -
YUV 35.64 216.81 119.7 -
System Red Green Blue C M Y K H S L
Decimal 24 11 193 0.88 0.94 0 0.24 244.29 0.89 0.4
Hex 18 B C1 58 5E 0 18 F4 59 28
Octal 30 13 301 130 136 0 30 364 131 50
Binary 11000 1011 11000001 1011000 1011110 0 11000 11110100 1011001 101000

Color Harmonies of #180BC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180BC1

Black with #180BC1

Text Example


Text Example

White with #180BC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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