Html Css Color HEX #121671 Midnight Blue

📋 copy color: '#121671'

red 18 ◦ green 22 ◦ blue 113

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

Shades of Midnight Blue #121671

Tints of Midnight Blue #121671

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.38%

 BLUE value IS 113 (44.53% from 255) = 73.86%

R = 11.76%
G = 14.38%
B = 73.86%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#121671 (or 0x121671) is known color: Midnight Blue. HEX triplet: 12, 16 and 71. RGB value is (18,22,113). Sum of RGB (Red+Green+Blue) = 18+22+113=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #121671 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121671 is #EDE98E. Grayscale: #1E1E1E. Windows color (decimal): -15591823 or 7411218. OLE color: 7411218.

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

Color convert

RGB 18 22 113 -
CMYK 0.84 0.81 0 0.56
HSL 237.47º 0.73% 0.26% -
HSV(B) 237.47º 0.84% 0.44% -
XYZ 3.52 1.89 15.8 -
YUV 31.18 174.17 118.6 -
System Red Green Blue C M Y K H S L
Decimal 18 22 113 0.84 0.81 0 0.56 237.47 0.73 0.26
Hex 12 16 71 54 51 0 38 ED 49 1A
Octal 22 26 161 124 121 0 70 355 111 32
Binary 10010 10110 1110001 1010100 1010001 0 111000 11101101 1001001 11010

Color Harmonies of #121671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121671

Black with #121671

Text Example


Text Example

White with #121671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121671; }

 p { color: rgb(18,22,113); }

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

background-color css

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

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

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

border-color css

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

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

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