Html Css Color HEX #121E6C Midnight Blue

📋 copy color: '#121E6C'

red 18 ◦ green 30 ◦ blue 108

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

Shades of Midnight Blue #121E6C

Tints of Midnight Blue #121E6C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 19.23%

 BLUE value IS 108 (42.58% from 255) = 69.23%

R = 11.54%
G = 19.23%
B = 69.23%

CMYK

 C value IS 0.83

 M value IS 0.72

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#121E6C (or 0x121E6C) is known color: Midnight Blue. HEX triplet: 12, 1E and 6C. RGB value is (18,30,108). Sum of RGB (Red+Green+Blue) = 18+30+108=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 108 (42.58% from 255 or 69.23% from 156); Max value from RGB is 108 - color contains mainly: blue. Hex color #121E6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E6C is #EDE193. Grayscale: #222222. Windows color (decimal): -15589780 or 7085586. OLE color: 7085586.

HSL color Cylindrical-coordinate representation of color #121E6C: hue angle of 232º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #121E6C is Cyan = 0.83, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 18 30 108 -
CMYK 0.83 0.72 0 0.58
HSL 232º 0.71% 0.25% -
HSV(B) 232º 0.83% 0.42% -
XYZ 3.42 2.14 14.42 -
YUV 35.3 169.02 115.66 -
System Red Green Blue C M Y K H S L
Decimal 18 30 108 0.83 0.72 0 0.58 232 0.71 0.25
Hex 12 1E 6C 53 48 0 3A E8 47 19
Octal 22 36 154 123 110 0 72 350 107 31
Binary 10010 11110 1101100 1010011 1001000 0 111010 11101000 1000111 11001

Color Harmonies of #121E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121E6C

Black with #121E6C

Text Example


Text Example

White with #121E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,30,108); }

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

background-color css

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

 a { background-color: rgb(18,30,108); }

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

border-color css

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

 span { border-color: rgb(18,30,108); }

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