Html Css Color HEX #121C7E Midnight Blue

📋 copy color: '#121C7E'

red 18 ◦ green 28 ◦ blue 126

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

Shades of Midnight Blue #121C7E

Tints of Midnight Blue #121C7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 73.26%

R = 10.47%
G = 16.28%
B = 73.26%

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

#121C7E (or 0x121C7E) is known color: Midnight Blue. HEX triplet: 12, 1C and 7E. RGB value is (18,28,126). Sum of RGB (Red+Green+Blue) = 18+28+126=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 28 (11.33% from 255 or 16.28% from 172); Blue value is 126 (49.61% from 255 or 73.26% from 172); Max value from RGB is 126 - color contains mainly: blue. Hex color #121C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C7E is #EDE381. Grayscale: #232323. Windows color (decimal): -15590274 or 8264722. OLE color: 8264722.

HSL color Cylindrical-coordinate representation of color #121C7E: hue angle of 234.44º 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 #121C7E is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 18 28 126 -
CMYK 0.86 0.78 0 0.51
HSL 234.44º 0.75% 0.28% -
HSV(B) 234.44º 0.86% 0.49% -
XYZ 4.43 2.47 19.98 -
YUV 36.18 178.69 115.03 -
System Red Green Blue C M Y K H S L
Decimal 18 28 126 0.86 0.78 0 0.51 234.44 0.75 0.28
Hex 12 1C 7E 56 4E 0 33 EA 4B 1C
Octal 22 34 176 126 116 0 63 352 113 34
Binary 10010 11100 1111110 1010110 1001110 0 110011 11101010 1001011 11100

Color Harmonies of #121C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C7E

Black with #121C7E

Text Example


Text Example

White with #121C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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