Html Css Color HEX #121474 Midnight Blue

📋 copy color: '#121474'

red 18 ◦ green 20 ◦ blue 116

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

Shades of Midnight Blue #121474

Tints of Midnight Blue #121474

RGB

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

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

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

R = 11.69%
G = 12.99%
B = 75.32%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#121474 (or 0x121474) is known color: Midnight Blue. HEX triplet: 12, 14 and 74. RGB value is (18,20,116). Sum of RGB (Red+Green+Blue) = 18+20+116=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 116 (45.70% from 255 or 75.32% from 154); Max value from RGB is 116 - color contains mainly: blue. Hex color #121474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121474 is #EDEB8B. Grayscale: #1D1D1D. Windows color (decimal): -15592332 or 7607314. OLE color: 7607314.

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

Color convert

RGB 18 20 116 -
CMYK 0.84 0.83 0 0.55
HSL 238.78º 0.73% 0.26% -
HSV(B) 238.78º 0.84% 0.45% -
XYZ 3.65 1.89 16.7 -
YUV 30.35 176.34 119.19 -
System Red Green Blue C M Y K H S L
Decimal 18 20 116 0.84 0.83 0 0.55 238.78 0.73 0.26
Hex 12 14 74 54 53 0 37 EF 49 1A
Octal 22 24 164 124 123 0 67 357 111 32
Binary 10010 10100 1110100 1010100 1010011 0 110111 11101111 1001001 11010

Color Harmonies of #121474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121474

Black with #121474

Text Example


Text Example

White with #121474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121474; }

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

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

background-color css

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

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

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

border-color css

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

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

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