Html Css Color HEX #121876 Midnight Blue

📋 copy color: '#121876'

red 18 ◦ green 24 ◦ blue 118

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

Shades of Midnight Blue #121876

Tints of Midnight Blue #121876

RGB

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

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

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

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

CMYK

 C value IS 0.85

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#121876 (or 0x121876) is known color: Midnight Blue. HEX triplet: 12, 18 and 76. RGB value is (18,24,118). Sum of RGB (Red+Green+Blue) = 18+24+118=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 24 (9.77% from 255 or 15% 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 #121876 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121876 is #EDE789. Grayscale: #202020. Windows color (decimal): -15591306 or 7739410. OLE color: 7739410.

HSL color Cylindrical-coordinate representation of color #121876: hue angle of 236.4º 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 #121876 is Cyan = 0.85, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 24 118 -
CMYK 0.85 0.80 0 0.54
HSL 236.4º 0.74% 0.27% -
HSV(B) 236.4º 0.85% 0.46% -
XYZ 3.85 2.09 17.34 -
YUV 32.92 176.01 117.36 -
System Red Green Blue C M Y K H S L
Decimal 18 24 118 0.85 0.80 0 0.54 236.4 0.74 0.27
Hex 12 18 76 55 50 0 36 EC 4A 1B
Octal 22 30 166 125 120 0 66 354 112 33
Binary 10010 11000 1110110 1010101 1010000 0 110110 11101100 1001010 11011

Color Harmonies of #121876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121876

Black with #121876

Text Example


Text Example

White with #121876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121876; }

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

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

background-color css

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

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

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

border-color css

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

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

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