Html Css Color HEX #181276 Midnight Blue

📋 copy color: '#181276'

red 24 ◦ green 18 ◦ blue 118

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

Shades of Midnight Blue #181276

Tints of Midnight Blue #181276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.25%

 BLUE value IS 118 (46.48% from 255) = 73.75%

R = 15%
G = 11.25%
B = 73.75%

CMYK

 C value IS 0.80

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#181276 (or 0x181276) is known color: Midnight Blue. HEX triplet: 18, 12 and 76. RGB value is (24,18,118). Sum of RGB (Red+Green+Blue) = 24+18+118=160 (21% of max value = 765). Red value is 24 (9.77% from 255 or 15% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 118 (46.48% from 255 or 73.75% from 160); Max value from RGB is 118 - color contains mainly: blue. Hex color #181276 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181276 is #E7ED89. Grayscale: #1E1E1E. Windows color (decimal): -15199626 or 7737880. OLE color: 7737880.

HSL color Cylindrical-coordinate representation of color #181276: hue angle of 243.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #181276 is Cyan = 0.80, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 24 18 118 -
CMYK 0.80 0.85 0 0.54
HSL 243.6º 0.74% 0.27% -
HSV(B) 243.6º 0.85% 0.46% -
XYZ 3.86 1.93 17.31 -
YUV 31.19 176.99 122.87 -
System Red Green Blue C M Y K H S L
Decimal 24 18 118 0.80 0.85 0 0.54 243.6 0.74 0.27
Hex 18 12 76 50 55 0 36 F4 4A 1B
Octal 30 22 166 120 125 0 66 364 112 33
Binary 11000 10010 1110110 1010000 1010101 0 110110 11110100 1001010 11011

Color Harmonies of #181276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181276

Black with #181276

Text Example


Text Example

White with #181276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181276; }

 p { color: rgb(24,18,118); }

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

background-color css

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

 a { background-color: rgb(24,18,118); }

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

border-color css

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

 span { border-color: rgb(24,18,118); }

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