Html Css Color HEX #180EBC Medium Blue

📋 copy color: '#180EBC'

red 24 ◦ green 14 ◦ blue 188

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

Shades of Medium Blue #180EBC

Tints of Medium Blue #180EBC

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.19%

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

R = 10.62%
G = 6.19%
B = 83.19%

CMYK

 C value IS 0.87

 M value IS 0.93

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#180EBC (or 0x180EBC) is known color: Medium Blue. HEX triplet: 18, 0E and BC. RGB value is (24,14,188). Sum of RGB (Red+Green+Blue) = 24+14+188=226 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.62% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 188 (73.83% from 255 or 83.19% from 226); Max value from RGB is 188 - color contains mainly: blue. Hex color #180EBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180EBC is #E7F143. Grayscale: #242424. Windows color (decimal): -15200580 or 12324376. OLE color: 12324376.

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

Color convert

RGB 24 14 188 -
CMYK 0.87 0.93 0 0.26
HSL 243.45º 0.86% 0.4% -
HSV(B) 243.45º 0.93% 0.74% -
XYZ 9.61 4.14 47.87 -
YUV 36.83 213.31 118.85 -
System Red Green Blue C M Y K H S L
Decimal 24 14 188 0.87 0.93 0 0.26 243.45 0.86 0.4
Hex 18 E BC 57 5D 0 1A F3 56 28
Octal 30 16 274 127 135 0 32 363 126 50
Binary 11000 1110 10111100 1010111 1011101 0 11010 11110011 1010110 101000

Color Harmonies of #180EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180EBC

Black with #180EBC

Text Example


Text Example

White with #180EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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