Html Css Color HEX #121874 Midnight Blue

📋 copy color: '#121874'

red 18 ◦ green 24 ◦ blue 116

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

Shades of Midnight Blue #121874

Tints of Midnight Blue #121874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 73.42%

R = 11.39%
G = 15.19%
B = 73.42%

CMYK

 C value IS 0.84

 M value IS 0.79

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#121874 (or 0x121874) is known color: Midnight Blue. HEX triplet: 12, 18 and 74. RGB value is (18,24,116). Sum of RGB (Red+Green+Blue) = 18+24+116=158 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.39% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #121874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121874 is #EDE78B. Grayscale: #202020. Windows color (decimal): -15591308 or 7608338. OLE color: 7608338.

HSL color Cylindrical-coordinate representation of color #121874: hue angle of 236.33º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #121874 is Cyan = 0.84, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 24 116 -
CMYK 0.84 0.79 0 0.55
HSL 236.33º 0.73% 0.26% -
HSV(B) 236.33º 0.84% 0.45% -
XYZ 3.73 2.04 16.72 -
YUV 32.69 175.01 117.52 -
System Red Green Blue C M Y K H S L
Decimal 18 24 116 0.84 0.79 0 0.55 236.33 0.73 0.26
Hex 12 18 74 54 4F 0 37 EC 49 1A
Octal 22 30 164 124 117 0 67 354 111 32
Binary 10010 11000 1110100 1010100 1001111 0 110111 11101100 1001001 11010

Color Harmonies of #121874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121874

Black with #121874

Text Example


Text Example

White with #121874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121874; }

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

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

background-color css

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

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

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

border-color css

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

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

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