Html Css Color HEX #121A61 Midnight Blue

📋 copy color: '#121A61'

red 18 ◦ green 26 ◦ blue 97

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

Shades of Midnight Blue #121A61

Tints of Midnight Blue #121A61

RGB

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

 GREEN value IS 26 (10.55% from 255) = 18.44%

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

R = 12.77%
G = 18.44%
B = 68.79%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121A61 (or 0x121A61) is known color: Midnight Blue. HEX triplet: 12, 1A and 61. RGB value is (18,26,97). Sum of RGB (Red+Green+Blue) = 18+26+97=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #121A61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A61 is #EDE59E. Grayscale: #1F1F1F. Windows color (decimal): -15590815 or 6363666. OLE color: 6363666.

HSL color Cylindrical-coordinate representation of color #121A61: hue angle of 233.92º 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 #121A61 is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 18 26 97 -
CMYK 0.81 0.73 0 0.62
HSL 233.92º 0.69% 0.23% -
HSV(B) 233.92º 0.81% 0.38% -
XYZ 2.78 1.73 11.5 -
YUV 31.7 164.85 118.23 -
System Red Green Blue C M Y K H S L
Decimal 18 26 97 0.81 0.73 0 0.62 233.92 0.69 0.23
Hex 12 1A 61 51 49 0 3E EA 45 17
Octal 22 32 141 121 111 0 76 352 105 27
Binary 10010 11010 1100001 1010001 1001001 0 111110 11101010 1000101 10111

Color Harmonies of #121A61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121A61

Black with #121A61

Text Example


Text Example

White with #121A61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121A61; }

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

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

background-color css

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

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

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

border-color css

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

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

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