Html Css Color HEX #121476 Midnight Blue

📋 copy color: '#121476'

red 18 ◦ green 20 ◦ blue 118

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

Shades of Midnight Blue #121476

Tints of Midnight Blue #121476

RGB

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

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

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

R = 11.54%
G = 12.82%
B = 75.64%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#121476 (or 0x121476) is known color: Midnight Blue. HEX triplet: 12, 14 and 76. RGB value is (18,20,118). Sum of RGB (Red+Green+Blue) = 18+20+118=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 118 (46.48% from 255 or 75.64% from 156); Max value from RGB is 118 - color contains mainly: blue. Hex color #121476 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121476 is #EDEB89. Grayscale: #1E1E1E. Windows color (decimal): -15592330 or 7738386. OLE color: 7738386.

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

Color convert

RGB 18 20 118 -
CMYK 0.85 0.83 0 0.54
HSL 238.8º 0.74% 0.27% -
HSV(B) 238.8º 0.85% 0.46% -
XYZ 3.77 1.94 17.31 -
YUV 30.57 177.34 119.03 -
System Red Green Blue C M Y K H S L
Decimal 18 20 118 0.85 0.83 0 0.54 238.8 0.74 0.27
Hex 12 14 76 55 53 0 36 EF 4A 1B
Octal 22 24 166 125 123 0 66 357 112 33
Binary 10010 10100 1110110 1010101 1010011 0 110110 11101111 1001010 11011

Color Harmonies of #121476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121476

Black with #121476

Text Example


Text Example

White with #121476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121476; }

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

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

background-color css

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

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

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

border-color css

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

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

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