Html Css Color HEX #121274 Midnight Blue

📋 copy color: '#121274'

red 18 ◦ green 18 ◦ blue 116

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

Shades of Midnight Blue #121274

Tints of Midnight Blue #121274

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.84%

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

R = 11.84%
G = 11.84%
B = 76.32%

CMYK

 C value IS 0.84

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#121274 (or 0x121274) is known color: Midnight Blue. HEX triplet: 12, 12 and 74. RGB value is (18,18,116). Sum of RGB (Red+Green+Blue) = 18+18+116=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 18 (7.42% from 255 or 11.84% from 152); Blue value is 116 (45.70% from 255 or 76.32% from 152); Max value from RGB is 116 - color contains mainly: blue. Hex color #121274 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121274 is #EDED8B. Grayscale: #1C1C1C. Windows color (decimal): -15592844 or 7606802. OLE color: 7606802.

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

Color convert

RGB 18 18 116 -
CMYK 0.84 0.84 0 0.55
HSL 240º 0.73% 0.26% -
HSV(B) 240º 0.84% 0.45% -
XYZ 3.62 1.82 16.68 -
YUV 29.17 177 120.03 -
System Red Green Blue C M Y K H S L
Decimal 18 18 116 0.84 0.84 0 0.55 240 0.73 0.26
Hex 12 12 74 54 54 0 37 F0 49 1A
Octal 22 22 164 124 124 0 67 360 111 32
Binary 10010 10010 1110100 1010100 1010100 0 110111 11110000 1001001 11010

Color Harmonies of #121274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121274

Black with #121274

Text Example


Text Example

White with #121274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121274; }

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

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

background-color css

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

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

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

border-color css

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

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

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