Html Css Color HEX #121C7D Midnight Blue

📋 copy color: '#121C7D'

red 18 ◦ green 28 ◦ blue 125

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

Shades of Midnight Blue #121C7D

Tints of Midnight Blue #121C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 73.1%

R = 10.53%
G = 16.37%
B = 73.1%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#121C7D (or 0x121C7D) is known color: Midnight Blue. HEX triplet: 12, 1C and 7D. RGB value is (18,28,125). Sum of RGB (Red+Green+Blue) = 18+28+125=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 125 (49.22% from 255 or 73.10% from 171); Max value from RGB is 125 - color contains mainly: blue. Hex color #121C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C7D is #EDE382. Grayscale: #232323. Windows color (decimal): -15590275 or 8199186. OLE color: 8199186.

HSL color Cylindrical-coordinate representation of color #121C7D: hue angle of 234.39º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121C7D is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 28 125 -
CMYK 0.86 0.78 0 0.51
HSL 234.39º 0.75% 0.28% -
HSV(B) 234.39º 0.86% 0.49% -
XYZ 4.37 2.44 19.64 -
YUV 36.07 178.19 115.11 -
System Red Green Blue C M Y K H S L
Decimal 18 28 125 0.86 0.78 0 0.51 234.39 0.75 0.28
Hex 12 1C 7D 56 4E 0 33 EA 4B 1C
Octal 22 34 175 126 116 0 63 352 113 34
Binary 10010 11100 1111101 1010110 1001110 0 110011 11101010 1001011 11100

Color Harmonies of #121C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C7D

Black with #121C7D

Text Example


Text Example

White with #121C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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