Html Css Color HEX #121B84 Midnight Blue

📋 copy color: '#121B84'

red 18 ◦ green 27 ◦ blue 132

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

Shades of Midnight Blue #121B84

Tints of Midnight Blue #121B84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 74.58%

R = 10.17%
G = 15.25%
B = 74.58%

CMYK

 C value IS 0.86

 M value IS 0.80

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#121B84 (or 0x121B84) is known color: Midnight Blue. HEX triplet: 12, 1B and 84. RGB value is (18,27,132). Sum of RGB (Red+Green+Blue) = 18+27+132=177 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.17% from 177); Green value is 27 (10.94% from 255 or 15.25% from 177); Blue value is 132 (51.95% from 255 or 74.58% from 177); Max value from RGB is 132 - color contains mainly: blue. Hex color #121B84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #121B84 is #EDE47B. Grayscale: #232323. Windows color (decimal): -15590524 or 8657682. OLE color: 8657682.

HSL color Cylindrical-coordinate representation of color #121B84: hue angle of 235.26º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #121B84 is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 27 132 -
CMYK 0.86 0.80 0 0.48
HSL 235.26º 0.76% 0.29% -
HSV(B) 235.26º 0.86% 0.52% -
XYZ 4.81 2.58 22.07 -
YUV 36.28 182.02 114.96 -
System Red Green Blue C M Y K H S L
Decimal 18 27 132 0.86 0.80 0 0.48 235.26 0.76 0.29
Hex 12 1B 84 56 50 0 30 EB 4C 1D
Octal 22 33 204 126 120 0 60 353 114 35
Binary 10010 11011 10000100 1010110 1010000 0 110000 11101011 1001100 11101

Color Harmonies of #121B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121B84

Black with #121B84

Text Example


Text Example

White with #121B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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