Html Css Color HEX #180EBD Medium Blue

📋 copy color: '#180EBD'

red 24 ◦ green 14 ◦ blue 189

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

Shades of Medium Blue #180EBD

Tints of Medium Blue #180EBD

RGB

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

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

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

R = 10.57%
G = 6.17%
B = 83.26%

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

#180EBD (or 0x180EBD) is known color: Medium Blue. HEX triplet: 18, 0E and BD. RGB value is (24,14,189). Sum of RGB (Red+Green+Blue) = 24+14+189=227 (30% of max value = 765). Red value is 24 (9.77% from 255 or 10.57% from 227); Green value is 14 (5.86% from 255 or 6.17% from 227); Blue value is 189 (74.22% from 255 or 83.26% from 227); Max value from RGB is 189 - color contains mainly: blue. Hex color #180EBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180EBD is #E7F142. Grayscale: #242424. Windows color (decimal): -15200579 or 12389912. OLE color: 12389912.

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

Color convert

RGB 24 14 189 -
CMYK 0.87 0.93 0 0.26
HSL 243.43º 0.86% 0.4% -
HSV(B) 243.43º 0.93% 0.74% -
XYZ 9.72 4.18 48.44 -
YUV 36.94 213.81 118.77 -
System Red Green Blue C M Y K H S L
Decimal 24 14 189 0.87 0.93 0 0.26 243.43 0.86 0.4
Hex 18 E BD 57 5D 0 1A F3 56 28
Octal 30 16 275 127 135 0 32 363 126 50
Binary 11000 1110 10111101 1010111 1011101 0 11010 11110011 1010110 101000

Color Harmonies of #180EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180EBD

Black with #180EBD

Text Example


Text Example

White with #180EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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