Html Css Color HEX #180CBD Medium Blue

📋 copy color: '#180CBD'

red 24 ◦ green 12 ◦ blue 189

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

Shades of Medium Blue #180CBD

Tints of Medium Blue #180CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 84%

R = 10.67%
G = 5.33%
B = 84%

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

#180CBD (or 0x180CBD) is known color: Medium Blue. HEX triplet: 18, 0C and BD. RGB value is (24,12,189). Sum of RGB (Red+Green+Blue) = 24+12+189=225 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.67% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 189 (74.22% from 255 or 84% from 225); Max value from RGB is 189 - color contains mainly: blue. Hex color #180CBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180CBD is #E7F342. Grayscale: #232323. Windows color (decimal): -15201091 or 12389400. OLE color: 12389400.

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

Color convert

RGB 24 12 189 -
CMYK 0.87 0.94 0 0.26
HSL 244.07º 0.88% 0.39% -
HSV(B) 244.07º 0.94% 0.74% -
XYZ 9.69 4.13 48.43 -
YUV 35.77 214.48 119.61 -
System Red Green Blue C M Y K H S L
Decimal 24 12 189 0.87 0.94 0 0.26 244.07 0.88 0.39
Hex 18 C BD 57 5E 0 1A F4 58 27
Octal 30 14 275 127 136 0 32 364 130 47
Binary 11000 1100 10111101 1010111 1011110 0 11010 11110100 1011000 100111

Color Harmonies of #180CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180CBD

Black with #180CBD

Text Example


Text Example

White with #180CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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