Html Css Color HEX #121572 Midnight Blue

📋 copy color: '#121572'

red 18 ◦ green 21 ◦ blue 114

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

Shades of Midnight Blue #121572

Tints of Midnight Blue #121572

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.73%

 BLUE value IS 114 (44.92% from 255) = 74.51%

R = 11.76%
G = 13.73%
B = 74.51%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#121572 (or 0x121572) is known color: Midnight Blue. HEX triplet: 12, 15 and 72. RGB value is (18,21,114). Sum of RGB (Red+Green+Blue) = 18+21+114=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 114 (44.92% from 255 or 74.51% from 153); Max value from RGB is 114 - color contains mainly: blue. Hex color #121572 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121572 is #EDEA8D. Grayscale: #1E1E1E. Windows color (decimal): -15592078 or 7476498. OLE color: 7476498.

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

Color convert

RGB 18 21 114 -
CMYK 0.84 0.82 0 0.55
HSL 238.13º 0.73% 0.26% -
HSV(B) 238.13º 0.84% 0.45% -
XYZ 3.55 1.88 16.1 -
YUV 30.71 175.01 118.94 -
System Red Green Blue C M Y K H S L
Decimal 18 21 114 0.84 0.82 0 0.55 238.13 0.73 0.26
Hex 12 15 72 54 52 0 37 EE 49 1A
Octal 22 25 162 124 122 0 67 356 111 32
Binary 10010 10101 1110010 1010100 1010010 0 110111 11101110 1001001 11010

Color Harmonies of #121572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121572

Black with #121572

Text Example


Text Example

White with #121572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121572; }

 p { color: rgb(18,21,114); }

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

background-color css

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

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

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

border-color css

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

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

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