Html Css Color HEX #181E68 Midnight Blue

📋 copy color: '#181E68'

red 24 ◦ green 30 ◦ blue 104

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

Shades of Midnight Blue #181E68

Tints of Midnight Blue #181E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 65.82%

R = 15.19%
G = 18.99%
B = 65.82%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#181E68 (or 0x181E68) is known color: Midnight Blue. HEX triplet: 18, 1E and 68. RGB value is (24,30,104). Sum of RGB (Red+Green+Blue) = 24+30+104=158 (20% of max value = 765). Red value is 24 (9.77% from 255 or 15.19% from 158); Green value is 30 (12.11% from 255 or 18.99% from 158); Blue value is 104 (41.02% from 255 or 65.82% from 158); Max value from RGB is 104 - color contains mainly: blue. Hex color #181E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #181E68 is #E7E197. Grayscale: #242424. Windows color (decimal): -15196568 or 6823448. OLE color: 6823448.

HSL color Cylindrical-coordinate representation of color #181E68: hue angle of 235.5º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #181E68 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 24 30 104 -
CMYK 0.77 0.71 0 0.59
HSL 235.5º 0.63% 0.25% -
HSV(B) 235.5º 0.77% 0.41% -
XYZ 3.34 2.12 13.33 -
YUV 36.64 166.01 118.98 -
System Red Green Blue C M Y K H S L
Decimal 24 30 104 0.77 0.71 0 0.59 235.5 0.63 0.25
Hex 18 1E 68 4D 47 0 3B EC 3E 19
Octal 30 36 150 115 107 0 73 354 76 31
Binary 11000 11110 1101000 1001101 1000111 0 111011 11101100 111110 11001

Color Harmonies of #181E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181E68

Black with #181E68

Text Example


Text Example

White with #181E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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