Html Css Color HEX #121779 Midnight Blue

📋 copy color: '#121779'

red 18 ◦ green 23 ◦ blue 121

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

Shades of Midnight Blue #121779

Tints of Midnight Blue #121779

RGB

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

 GREEN value IS 23 (9.38% from 255) = 14.2%

 BLUE value IS 121 (47.66% from 255) = 74.69%

R = 11.11%
G = 14.2%
B = 74.69%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#121779 (or 0x121779) is known color: Midnight Blue. HEX triplet: 12, 17 and 79. RGB value is (18,23,121). Sum of RGB (Red+Green+Blue) = 18+23+121=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 23 (9.38% from 255 or 14.20% from 162); Blue value is 121 (47.66% from 255 or 74.69% from 162); Max value from RGB is 121 - color contains mainly: blue. Hex color #121779 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121779 is #EDE886. Grayscale: #202020. Windows color (decimal): -15591559 or 7935762. OLE color: 7935762.

HSL color Cylindrical-coordinate representation of color #121779: hue angle of 237.09º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #121779 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 23 121 -
CMYK 0.85 0.81 0 0.53
HSL 237.09º 0.74% 0.27% -
HSV(B) 237.09º 0.85% 0.47% -
XYZ 4.01 2.12 18.29 -
YUV 32.68 177.84 117.53 -
System Red Green Blue C M Y K H S L
Decimal 18 23 121 0.85 0.81 0 0.53 237.09 0.74 0.27
Hex 12 17 79 55 51 0 35 ED 4A 1B
Octal 22 27 171 125 121 0 65 355 112 33
Binary 10010 10111 1111001 1010101 1010001 0 110101 11101101 1001010 11011

Color Harmonies of #121779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121779

Black with #121779

Text Example


Text Example

White with #121779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121779; }

 p { color: rgb(18,23,121); }

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

background-color css

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

 a { background-color: rgb(18,23,121); }

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

border-color css

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

 span { border-color: rgb(18,23,121); }

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