Html Css Color HEX #121B61 Midnight Blue

📋 copy color: '#121B61'

red 18 ◦ green 27 ◦ blue 97

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

Shades of Midnight Blue #121B61

Tints of Midnight Blue #121B61

RGB

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

 GREEN value IS 27 (10.94% from 255) = 19.01%

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

R = 12.68%
G = 19.01%
B = 68.31%

CMYK

 C value IS 0.81

 M value IS 0.72

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#121B61 (or 0x121B61) is known color: Midnight Blue. HEX triplet: 12, 1B and 61. RGB value is (18,27,97). Sum of RGB (Red+Green+Blue) = 18+27+97=142 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.68% from 142); Green value is 27 (10.94% from 255 or 19.01% from 142); Blue value is 97 (38.28% from 255 or 68.31% from 142); Max value from RGB is 97 - color contains mainly: blue. Hex color #121B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121B61 is #EDE49E. Grayscale: #202020. Windows color (decimal): -15590559 or 6363922. OLE color: 6363922.

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

Color convert

RGB 18 27 97 -
CMYK 0.81 0.72 0 0.62
HSL 233.16º 0.69% 0.23% -
HSV(B) 233.16º 0.81% 0.38% -
XYZ 2.8 1.78 11.5 -
YUV 32.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 18 27 97 0.81 0.72 0 0.62 233.16 0.69 0.23
Hex 12 1B 61 51 48 0 3E E9 45 17
Octal 22 33 141 121 110 0 76 351 105 27
Binary 10010 11011 1100001 1010001 1001000 0 111110 11101001 1000101 10111

Color Harmonies of #121B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B61

Black with #121B61

Text Example


Text Example

White with #121B61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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