Html Css Color HEX #180E74 Midnight Blue

📋 copy color: '#180E74'

red 24 ◦ green 14 ◦ blue 116

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

Shades of Midnight Blue #180E74

Tints of Midnight Blue #180E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 75.32%

R = 15.58%
G = 9.09%
B = 75.32%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#180E74 (or 0x180E74) is known color: Midnight Blue. HEX triplet: 18, 0E and 74. RGB value is (24,14,116). Sum of RGB (Red+Green+Blue) = 24+14+116=154 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.58% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 116 (45.70% from 255 or 75.32% from 154); Max value from RGB is 116 - color contains mainly: blue. Hex color #180E74 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180E74 is #E7F18B. Grayscale: #1C1C1C. Windows color (decimal): -15200652 or 7605784. OLE color: 7605784.

HSL color Cylindrical-coordinate representation of color #180E74: hue angle of 245.88º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180E74 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 24 14 116 -
CMYK 0.79 0.88 0 0.55
HSL 245.88º 0.78% 0.25% -
HSV(B) 245.88º 0.88% 0.45% -
XYZ 3.69 1.77 16.67 -
YUV 28.62 177.31 124.71 -
System Red Green Blue C M Y K H S L
Decimal 24 14 116 0.79 0.88 0 0.55 245.88 0.78 0.25
Hex 18 E 74 4F 58 0 37 F6 4E 19
Octal 30 16 164 117 130 0 67 366 116 31
Binary 11000 1110 1110100 1001111 1011000 0 110111 11110110 1001110 11001

Color Harmonies of #180E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E74

Black with #180E74

Text Example


Text Example

White with #180E74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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