Html Css Color HEX #122579 Midnight Blue

📋 copy color: '#122579'

red 18 ◦ green 37 ◦ blue 121

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

Shades of Midnight Blue #122579

Tints of Midnight Blue #122579

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.02%

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

R = 10.23%
G = 21.02%
B = 68.75%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#122579 (or 0x122579) is known color: Midnight Blue. HEX triplet: 12, 25 and 79. RGB value is (18,37,121). Sum of RGB (Red+Green+Blue) = 18+37+121=176 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.23% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 121 (47.66% from 255 or 68.75% from 176); Max value from RGB is 121 - color contains mainly: blue. Hex color #122579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122579 is #EDDA86. Grayscale: #282828. Windows color (decimal): -15587975 or 7939346. OLE color: 7939346.

HSL color Cylindrical-coordinate representation of color #122579: hue angle of 228.93º 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 #122579 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 37 121 -
CMYK 0.85 0.69 0 0.53
HSL 228.93º 0.74% 0.27% -
HSV(B) 228.93º 0.85% 0.47% -
XYZ 4.36 2.83 18.41 -
YUV 40.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 18 37 121 0.85 0.69 0 0.53 228.93 0.74 0.27
Hex 12 25 79 55 45 0 35 E5 4A 1B
Octal 22 45 171 125 105 0 65 345 112 33
Binary 10010 100101 1111001 1010101 1000101 0 110101 11100101 1001010 11011

Color Harmonies of #122579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122579

Black with #122579

Text Example


Text Example

White with #122579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122579; }

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

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

background-color css

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

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

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

border-color css

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

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

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