Html Css Color HEX #180EBA Medium Blue

📋 copy color: '#180EBA'

red 24 ◦ green 14 ◦ blue 186

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

Shades of Medium Blue #180EBA

Tints of Medium Blue #180EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 83.04%

R = 10.71%
G = 6.25%
B = 83.04%

CMYK

 C value IS 0.87

 M value IS 0.92

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#180EBA (or 0x180EBA) is known color: Medium Blue. HEX triplet: 18, 0E and BA. RGB value is (24,14,186). Sum of RGB (Red+Green+Blue) = 24+14+186=224 (29% of max value = 765). Red value is 24 (9.77% from 255 or 10.71% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 186 (73.05% from 255 or 83.04% from 224); Max value from RGB is 186 - color contains mainly: blue. Hex color #180EBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #180EBA is #E7F145. Grayscale: #232323. Windows color (decimal): -15200582 or 12193304. OLE color: 12193304.

HSL color Cylindrical-coordinate representation of color #180EBA: hue angle of 243.49º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #180EBA is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 24 14 186 -
CMYK 0.87 0.92 0 0.27
HSL 243.49º 0.86% 0.39% -
HSV(B) 243.49º 0.92% 0.73% -
XYZ 9.4 4.05 46.74 -
YUV 36.6 212.31 119.01 -
System Red Green Blue C M Y K H S L
Decimal 24 14 186 0.87 0.92 0 0.27 243.49 0.86 0.39
Hex 18 E BA 57 5C 0 1B F3 56 27
Octal 30 16 272 127 134 0 33 363 126 47
Binary 11000 1110 10111010 1010111 1011100 0 11011 11110011 1010110 100111

Color Harmonies of #180EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180EBA

Black with #180EBA

Text Example


Text Example

White with #180EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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