Html Css Color HEX #121C66 Midnight Blue

📋 copy color: '#121C66'

red 18 ◦ green 28 ◦ blue 102

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

Shades of Midnight Blue #121C66

Tints of Midnight Blue #121C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 68.92%

R = 12.16%
G = 18.92%
B = 68.92%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#121C66 (or 0x121C66) is known color: Midnight Blue. HEX triplet: 12, 1C and 66. RGB value is (18,28,102). Sum of RGB (Red+Green+Blue) = 18+28+102=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #121C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C66 is #EDE399. Grayscale: #212121. Windows color (decimal): -15590298 or 6691858. OLE color: 6691858.

HSL color Cylindrical-coordinate representation of color #121C66: hue angle of 232.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #121C66 is Cyan = 0.82, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 18 28 102 -
CMYK 0.82 0.73 0 0.6
HSL 232.86º 0.7% 0.24% -
HSV(B) 232.86º 0.82% 0.4% -
XYZ 3.06 1.92 12.78 -
YUV 33.45 166.69 116.98 -
System Red Green Blue C M Y K H S L
Decimal 18 28 102 0.82 0.73 0 0.6 232.86 0.7 0.24
Hex 12 1C 66 52 49 0 3C E9 46 18
Octal 22 34 146 122 111 0 74 351 106 30
Binary 10010 11100 1100110 1010010 1001001 0 111100 11101001 1000110 11000

Color Harmonies of #121C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121C66

Black with #121C66

Text Example


Text Example

White with #121C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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