Html Css Color HEX #121961 Midnight Blue

📋 copy color: '#121961'

red 18 ◦ green 25 ◦ blue 97

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

Shades of Midnight Blue #121961

Tints of Midnight Blue #121961

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 69.29%

R = 12.86%
G = 17.86%
B = 69.29%

CMYK

 C value IS 0.81

 M value IS 0.74

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121961 (or 0x121961) is known color: Midnight Blue. HEX triplet: 12, 19 and 61. RGB value is (18,25,97). Sum of RGB (Red+Green+Blue) = 18+25+97=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 25 (10.16% from 255 or 17.86% from 140); Blue value is 97 (38.28% from 255 or 69.29% from 140); Max value from RGB is 97 - color contains mainly: blue. Hex color #121961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121961 is #EDE69E. Grayscale: #1E1E1E. Windows color (decimal): -15591071 or 6363410. OLE color: 6363410.

HSL color Cylindrical-coordinate representation of color #121961: hue angle of 234.68º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121961 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 25 97 -
CMYK 0.81 0.74 0 0.62
HSL 234.68º 0.69% 0.23% -
HSV(B) 234.68º 0.81% 0.38% -
XYZ 2.75 1.69 11.49 -
YUV 31.12 165.18 118.65 -
System Red Green Blue C M Y K H S L
Decimal 18 25 97 0.81 0.74 0 0.62 234.68 0.69 0.23
Hex 12 19 61 51 4A 0 3E EB 45 17
Octal 22 31 141 121 112 0 76 353 105 27
Binary 10010 11001 1100001 1010001 1001010 0 111110 11101011 1000101 10111

Color Harmonies of #121961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121961

Black with #121961

Text Example


Text Example

White with #121961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121961; }

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

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

background-color css

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

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

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

border-color css

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

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

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