Html Css Color HEX #181E75 Midnight Blue

📋 copy color: '#181E75'

red 24 ◦ green 30 ◦ blue 117

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

Shades of Midnight Blue #181E75

Tints of Midnight Blue #181E75

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.54%

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

R = 14.04%
G = 17.54%
B = 68.42%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#181E75 (or 0x181E75) is known color: Midnight Blue. HEX triplet: 18, 1E and 75. RGB value is (24,30,117). Sum of RGB (Red+Green+Blue) = 24+30+117=171 (22% of max value = 765). Red value is 24 (9.77% from 255 or 14.04% from 171); Green value is 30 (12.11% from 255 or 17.54% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #181E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181E75 is #E7E18A. Grayscale: #252525. Windows color (decimal): -15196555 or 7675416. OLE color: 7675416.

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

Color convert

RGB 24 30 117 -
CMYK 0.79 0.74 0 0.54
HSL 236.13º 0.66% 0.28% -
HSV(B) 236.13º 0.79% 0.46% -
XYZ 4.05 2.41 17.08 -
YUV 38.12 172.51 117.93 -
System Red Green Blue C M Y K H S L
Decimal 24 30 117 0.79 0.74 0 0.54 236.13 0.66 0.28
Hex 18 1E 75 4F 4A 0 36 EC 42 1C
Octal 30 36 165 117 112 0 66 354 102 34
Binary 11000 11110 1110101 1001111 1001010 0 110110 11101100 1000010 11100

Color Harmonies of #181E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181E75

Black with #181E75

Text Example


Text Example

White with #181E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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