Html Css Color HEX #121761 Midnight Blue

📋 copy color: '#121761'

red 18 ◦ green 23 ◦ blue 97

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

Shades of Midnight Blue #121761

Tints of Midnight Blue #121761

RGB

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

 GREEN value IS 23 (9.38% from 255) = 16.67%

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

R = 13.04%
G = 16.67%
B = 70.29%

CMYK

 C value IS 0.81

 M value IS 0.76

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121761 (or 0x121761) is known color: Midnight Blue. HEX triplet: 12, 17 and 61. RGB value is (18,23,97). Sum of RGB (Red+Green+Blue) = 18+23+97=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 97 (38.28% from 255 or 70.29% from 138); Max value from RGB is 97 - color contains mainly: blue. Hex color #121761 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121761 is #EDE89E. Grayscale: #1D1D1D. Windows color (decimal): -15591583 or 6362898. OLE color: 6362898.

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

Color convert

RGB 18 23 97 -
CMYK 0.81 0.76 0 0.62
HSL 236.2º 0.69% 0.23% -
HSV(B) 236.2º 0.81% 0.38% -
XYZ 2.71 1.6 11.48 -
YUV 29.94 165.84 119.48 -
System Red Green Blue C M Y K H S L
Decimal 18 23 97 0.81 0.76 0 0.62 236.2 0.69 0.23
Hex 12 17 61 51 4C 0 3E EC 45 17
Octal 22 27 141 121 114 0 76 354 105 27
Binary 10010 10111 1100001 1010001 1001100 0 111110 11101100 1000101 10111

Color Harmonies of #121761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121761

Black with #121761

Text Example


Text Example

White with #121761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121761; }

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

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

background-color css

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

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

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

border-color css

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

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

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