Html Css Color HEX #180E75 Midnight Blue

📋 copy color: '#180E75'

red 24 ◦ green 14 ◦ blue 117

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

Shades of Midnight Blue #180E75

Tints of Midnight Blue #180E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 75.48%

R = 15.48%
G = 9.03%
B = 75.48%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#180E75 (or 0x180E75) is known color: Midnight Blue. HEX triplet: 18, 0E and 75. RGB value is (24,14,117). Sum of RGB (Red+Green+Blue) = 24+14+117=155 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.48% from 155); Green value is 14 (5.86% from 255 or 9.03% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #180E75 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #180E75 is #E7F18A. Grayscale: #1C1C1C. Windows color (decimal): -15200651 or 7671320. OLE color: 7671320.

HSL color Cylindrical-coordinate representation of color #180E75: hue angle of 245.83º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #180E75 is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 14 117 -
CMYK 0.79 0.88 0 0.54
HSL 245.83º 0.79% 0.26% -
HSV(B) 245.83º 0.88% 0.46% -
XYZ 3.74 1.79 16.98 -
YUV 28.73 177.81 124.62 -
System Red Green Blue C M Y K H S L
Decimal 24 14 117 0.79 0.88 0 0.54 245.83 0.79 0.26
Hex 18 E 75 4F 58 0 36 F6 4F 1A
Octal 30 16 165 117 130 0 66 366 117 32
Binary 11000 1110 1110101 1001111 1011000 0 110110 11110110 1001111 11010

Color Harmonies of #180E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #180E75

Black with #180E75

Text Example


Text Example

White with #180E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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