Html Css Color HEX #121C72 Midnight Blue

📋 copy color: '#121C72'

red 18 ◦ green 28 ◦ blue 114

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

Shades of Midnight Blue #121C72

Tints of Midnight Blue #121C72

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.5%

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

R = 11.25%
G = 17.5%
B = 71.25%

CMYK

 C value IS 0.84

 M value IS 0.75

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#121C72 (or 0x121C72) is known color: Midnight Blue. HEX triplet: 12, 1C and 72. RGB value is (18,28,114). Sum of RGB (Red+Green+Blue) = 18+28+114=160 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.25% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 114 (44.92% from 255 or 71.25% from 160); Max value from RGB is 114 - color contains mainly: blue. Hex color #121C72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C72 is #EDE38D. Grayscale: #222222. Windows color (decimal): -15590286 or 7478290. OLE color: 7478290.

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

Color convert

RGB 18 28 114 -
CMYK 0.84 0.75 0 0.55
HSL 233.75º 0.73% 0.26% -
HSV(B) 233.75º 0.84% 0.45% -
XYZ 3.7 2.17 16.14 -
YUV 34.81 172.69 116.01 -
System Red Green Blue C M Y K H S L
Decimal 18 28 114 0.84 0.75 0 0.55 233.75 0.73 0.26
Hex 12 1C 72 54 4B 0 37 EA 49 1A
Octal 22 34 162 124 113 0 67 352 111 32
Binary 10010 11100 1110010 1010100 1001011 0 110111 11101010 1001001 11010

Color Harmonies of #121C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C72

Black with #121C72

Text Example


Text Example

White with #121C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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