Html Css Color HEX #121880 Midnight Blue

📋 copy color: '#121880'

red 18 ◦ green 24 ◦ blue 128

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

Shades of Midnight Blue #121880

Tints of Midnight Blue #121880

RGB

 RED value IS 18 (7.42% from 255) = 10.59%

 GREEN value IS 24 (9.77% from 255) = 14.12%

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

R = 10.59%
G = 14.12%
B = 75.29%

CMYK

 C value IS 0.86

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#121880 (or 0x121880) is known color: Midnight Blue. HEX triplet: 12, 18 and 80. RGB value is (18,24,128). Sum of RGB (Red+Green+Blue) = 18+24+128=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 24 (9.77% from 255 or 14.12% from 170); Blue value is 128 (50.39% from 255 or 75.29% from 170); Max value from RGB is 128 - color contains mainly: blue. Hex color #121880 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #121880 is #EDE77F. Grayscale: #212121. Windows color (decimal): -15591296 or 8394770. OLE color: 8394770.

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

Color convert

RGB 18 24 128 -
CMYK 0.86 0.81 0 0.50
HSL 236.73º 0.75% 0.29% -
HSV(B) 236.73º 0.86% 0.5% -
XYZ 4.47 2.34 20.64 -
YUV 34.06 181.01 116.54 -
System Red Green Blue C M Y K H S L
Decimal 18 24 128 0.86 0.81 0 0.50 236.73 0.75 0.29
Hex 12 18 80 56 51 0 32 ED 4B 1D
Octal 22 30 200 126 121 0 62 355 113 35
Binary 10010 11000 10000000 1010110 1010001 0 110010 11101101 1001011 11101

Color Harmonies of #121880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121880

Black with #121880

Text Example


Text Example

White with #121880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121880; }

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

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

background-color css

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

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

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

border-color css

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

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

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