Html Css Color HEX #121959 Midnight Blue

📋 copy color: '#121959'

red 18 ◦ green 25 ◦ blue 89

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

Shades of Midnight Blue #121959

Tints of Midnight Blue #121959

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.94%

 BLUE value IS 89 (35.16% from 255) = 67.42%

R = 13.64%
G = 18.94%
B = 67.42%

CMYK

 C value IS 0.80

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#121959 (or 0x121959) is known color: Midnight Blue. HEX triplet: 12, 19 and 59. RGB value is (18,25,89). Sum of RGB (Red+Green+Blue) = 18+25+89=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #121959 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121959 is #EDE6A6. Grayscale: #1D1D1D. Windows color (decimal): -15591079 or 5839122. OLE color: 5839122.

HSL color Cylindrical-coordinate representation of color #121959: hue angle of 234.08º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121959 is Cyan = 0.80, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 18 25 89 -
CMYK 0.80 0.72 0 0.65
HSL 234.08º 0.66% 0.21% -
HSV(B) 234.08º 0.8% 0.35% -
XYZ 2.4 1.55 9.62 -
YUV 30.2 161.18 119.3 -
System Red Green Blue C M Y K H S L
Decimal 18 25 89 0.80 0.72 0 0.65 234.08 0.66 0.21
Hex 12 19 59 50 48 0 41 EA 42 15
Octal 22 31 131 120 110 0 101 352 102 25
Binary 10010 11001 1011001 1010000 1001000 0 1000001 11101010 1000010 10101

Color Harmonies of #121959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121959

Black with #121959

Text Example


Text Example

White with #121959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121959; }

 p { color: rgb(18,25,89); }

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

background-color css

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

 a { background-color: rgb(18,25,89); }

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

border-color css

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

 span { border-color: rgb(18,25,89); }

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