Html Css Color HEX #122389 Midnight Blue

📋 copy color: '#122389'

red 18 ◦ green 35 ◦ blue 137

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

Shades of Midnight Blue #122389

Tints of Midnight Blue #122389

RGB

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

 GREEN value IS 35 (14.06% from 255) = 18.42%

 BLUE value IS 137 (53.91% from 255) = 72.11%

R = 9.47%
G = 18.42%
B = 72.11%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#122389 (or 0x122389) is known color: Midnight Blue. HEX triplet: 12, 23 and 89. RGB value is (18,35,137). Sum of RGB (Red+Green+Blue) = 18+35+137=190 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.47% from 190); Green value is 35 (14.06% from 255 or 18.42% from 190); Blue value is 137 (53.91% from 255 or 72.11% from 190); Max value from RGB is 137 - color contains mainly: blue. Hex color #122389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122389 is #EDDC76. Grayscale: #292929. Windows color (decimal): -15588471 or 8987410. OLE color: 8987410.

HSL color Cylindrical-coordinate representation of color #122389: hue angle of 231.43º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #122389 is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 35 137 -
CMYK 0.87 0.74 0 0.46
HSL 231.43º 0.77% 0.3% -
HSV(B) 231.43º 0.87% 0.54% -
XYZ 5.37 3.14 23.99 -
YUV 41.55 181.87 111.21 -
System Red Green Blue C M Y K H S L
Decimal 18 35 137 0.87 0.74 0 0.46 231.43 0.77 0.3
Hex 12 23 89 57 4A 0 2E E7 4D 1E
Octal 22 43 211 127 112 0 56 347 115 36
Binary 10010 100011 10001001 1010111 1001010 0 101110 11100111 1001101 11110

Color Harmonies of #122389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122389

Black with #122389

Text Example


Text Example

White with #122389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122389; }

 p { color: rgb(18,35,137); }

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

background-color css

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

 a { background-color: rgb(18,35,137); }

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

border-color css

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

 span { border-color: rgb(18,35,137); }

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