Html Css Color HEX #181480 Midnight Blue

📋 copy color: '#181480'

red 24 ◦ green 20 ◦ blue 128

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

Shades of Midnight Blue #181480

Tints of Midnight Blue #181480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.63%

 BLUE value IS 128 (50.39% from 255) = 74.42%

R = 13.95%
G = 11.63%
B = 74.42%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#181480 (or 0x181480) is known color: Midnight Blue. HEX triplet: 18, 14 and 80. RGB value is (24,20,128). Sum of RGB (Red+Green+Blue) = 24+20+128=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 20 (8.20% from 255 or 11.63% from 172); Blue value is 128 (50.39% from 255 or 74.42% from 172); Max value from RGB is 128 - color contains mainly: blue. Hex color #181480 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181480 is #E7EB7F. Grayscale: #212121. Windows color (decimal): -15199104 or 8393752. OLE color: 8393752.

HSL color Cylindrical-coordinate representation of color #181480: hue angle of 242.22º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #181480 is Cyan = 0.81, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 24 20 128 -
CMYK 0.81 0.84 0 0.50
HSL 242.22º 0.73% 0.29% -
HSV(B) 242.22º 0.84% 0.5% -
XYZ 4.52 2.25 20.62 -
YUV 33.51 181.33 121.22 -
System Red Green Blue C M Y K H S L
Decimal 24 20 128 0.81 0.84 0 0.50 242.22 0.73 0.29
Hex 18 14 80 51 54 0 32 F2 49 1D
Octal 30 24 200 121 124 0 62 362 111 35
Binary 11000 10100 10000000 1010001 1010100 0 110010 11110010 1001001 11101

Color Harmonies of #181480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181480

Black with #181480

Text Example


Text Example

White with #181480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181480; }

 p { color: rgb(24,20,128); }

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

background-color css

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

 a { background-color: rgb(24,20,128); }

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

border-color css

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

 span { border-color: rgb(24,20,128); }

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