Html Css Color HEX #121F74 Midnight Blue

📋 copy color: '#121F74'

red 18 ◦ green 31 ◦ blue 116

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

Shades of Midnight Blue #121F74

Tints of Midnight Blue #121F74

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.79%

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

R = 10.91%
G = 18.79%
B = 70.3%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#121F74 (or 0x121F74) is known color: Midnight Blue. HEX triplet: 12, 1F and 74. RGB value is (18,31,116). Sum of RGB (Red+Green+Blue) = 18+31+116=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 116 (45.70% from 255 or 70.30% from 165); Max value from RGB is 116 - color contains mainly: blue. Hex color #121F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F74 is #EDE08B. Grayscale: #242424. Windows color (decimal): -15589516 or 7610130. OLE color: 7610130.

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

Color convert

RGB 18 31 116 -
CMYK 0.84 0.73 0 0.55
HSL 232.04º 0.73% 0.26% -
HSV(B) 232.04º 0.84% 0.45% -
XYZ 3.89 2.37 16.78 -
YUV 36.8 172.69 114.59 -
System Red Green Blue C M Y K H S L
Decimal 18 31 116 0.84 0.73 0 0.55 232.04 0.73 0.26
Hex 12 1F 74 54 49 0 37 E8 49 1A
Octal 22 37 164 124 111 0 67 350 111 32
Binary 10010 11111 1110100 1010100 1001001 0 110111 11101000 1001001 11010

Color Harmonies of #121F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F74

Black with #121F74

Text Example


Text Example

White with #121F74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121F74; }

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

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

background-color css

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

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

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

border-color css

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

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

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