Html Css Color HEX #180E7C Midnight Blue

📋 copy color: '#180E7C'

red 24 ◦ green 14 ◦ blue 124

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

Shades of Midnight Blue #180E7C

Tints of Midnight Blue #180E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 76.54%

R = 14.81%
G = 8.64%
B = 76.54%

CMYK

 C value IS 0.81

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#180E7C (or 0x180E7C) is known color: Midnight Blue. HEX triplet: 18, 0E and 7C. RGB value is (24,14,124). Sum of RGB (Red+Green+Blue) = 24+14+124=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 14 (5.86% from 255 or 8.64% from 162); Blue value is 124 (48.83% from 255 or 76.54% from 162); Max value from RGB is 124 - color contains mainly: blue. Hex color #180E7C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180E7C is #E7F183. Grayscale: #1D1D1D. Windows color (decimal): -15200644 or 8130072. OLE color: 8130072.

HSL color Cylindrical-coordinate representation of color #180E7C: hue angle of 245.45º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #180E7C is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 24 14 124 -
CMYK 0.81 0.89 0 0.51
HSL 245.45º 0.8% 0.27% -
HSV(B) 245.45º 0.89% 0.49% -
XYZ 4.17 1.96 19.23 -
YUV 29.53 181.31 124.06 -
System Red Green Blue C M Y K H S L
Decimal 24 14 124 0.81 0.89 0 0.51 245.45 0.8 0.27
Hex 18 E 7C 51 59 0 33 F5 50 1B
Octal 30 16 174 121 131 0 63 365 120 33
Binary 11000 1110 1111100 1010001 1011001 0 110011 11110101 1010000 11011

Color Harmonies of #180E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E7C

Black with #180E7C

Text Example


Text Example

White with #180E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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