Html Css Color HEX #180CCD Medium Blue

📋 copy color: '#180CCD'

red 24 ◦ green 12 ◦ blue 205

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

Shades of Medium Blue #180CCD

Tints of Medium Blue #180CCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 85.06%

R = 9.96%
G = 4.98%
B = 85.06%

CMYK

 C value IS 0.88

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#180CCD (or 0x180CCD) is known color: Medium Blue. HEX triplet: 18, 0C and CD. RGB value is (24,12,205). Sum of RGB (Red+Green+Blue) = 24+12+205=241 (31% of max value = 765). Red value is 24 (9.77% from 255 or 9.96% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 205 (80.47% from 255 or 85.06% from 241); Max value from RGB is 205 - color contains mainly: blue. Hex color #180CCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180CCD is #E7F332. Grayscale: #242424. Windows color (decimal): -15201075 or 13437976. OLE color: 13437976.

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

Color convert

RGB 24 12 205 -
CMYK 0.88 0.94 0 0.20
HSL 243.73º 0.89% 0.43% -
HSV(B) 243.73º 0.94% 0.8% -
XYZ 11.53 4.86 58.09 -
YUV 37.59 222.48 118.31 -
System Red Green Blue C M Y K H S L
Decimal 24 12 205 0.88 0.94 0 0.20 243.73 0.89 0.43
Hex 18 C CD 58 5E 0 14 F4 59 2B
Octal 30 14 315 130 136 0 24 364 131 53
Binary 11000 1100 11001101 1011000 1011110 0 10100 11110100 1011001 101011

Color Harmonies of #180CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180CCD

Black with #180CCD

Text Example


Text Example

White with #180CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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