Html Css Color HEX #181980 Midnight Blue

📋 copy color: '#181980'

red 24 ◦ green 25 ◦ blue 128

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

Shades of Midnight Blue #181980

Tints of Midnight Blue #181980

RGB

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

 GREEN value IS 25 (10.16% from 255) = 14.12%

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

R = 13.56%
G = 14.12%
B = 72.32%

CMYK

 C value IS 0.81

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#181980 (or 0x181980) is known color: Midnight Blue. HEX triplet: 18, 19 and 80. RGB value is (24,25,128). Sum of RGB (Red+Green+Blue) = 24+25+128=177 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.56% from 177); Green value is 25 (10.16% from 255 or 14.12% from 177); Blue value is 128 (50.39% from 255 or 72.32% from 177); Max value from RGB is 128 - color contains mainly: blue. Hex color #181980 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #181980 is #E7E67F. Grayscale: #242424. Windows color (decimal): -15197824 or 8395032. OLE color: 8395032.

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

Color convert

RGB 24 25 128 -
CMYK 0.81 0.80 0 0.50
HSL 239.42º 0.68% 0.3% -
HSV(B) 239.42º 0.81% 0.5% -
XYZ 4.62 2.45 20.65 -
YUV 36.44 179.67 119.12 -
System Red Green Blue C M Y K H S L
Decimal 24 25 128 0.81 0.80 0 0.50 239.42 0.68 0.3
Hex 18 19 80 51 50 0 32 EF 44 1E
Octal 30 31 200 121 120 0 62 357 104 36
Binary 11000 11001 10000000 1010001 1010000 0 110010 11101111 1000100 11110

Color Harmonies of #181980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181980

Black with #181980

Text Example


Text Example

White with #181980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181980; }

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

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

background-color css

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

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

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

border-color css

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

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

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