Html Css Color HEX #121552 Midnight Blue

📋 copy color: '#121552'

red 18 ◦ green 21 ◦ blue 82

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

Shades of Midnight Blue #121552

Tints of Midnight Blue #121552

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.36%

 BLUE value IS 82 (32.42% from 255) = 67.77%

R = 14.88%
G = 17.36%
B = 67.77%

CMYK

 C value IS 0.78

 M value IS 0.74

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#121552 (or 0x121552) is known color: Midnight Blue. HEX triplet: 12, 15 and 52. RGB value is (18,21,82). Sum of RGB (Red+Green+Blue) = 18+21+82=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 21 (8.59% from 255 or 17.36% from 121); Blue value is 82 (32.42% from 255 or 67.77% from 121); Max value from RGB is 82 - color contains mainly: blue. Hex color #121552 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121552 is #EDEAAD. Grayscale: #1A1A1A. Windows color (decimal): -15592110 or 5379346. OLE color: 5379346.

HSL color Cylindrical-coordinate representation of color #121552: hue angle of 237.19º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121552 is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 21 82 -
CMYK 0.78 0.74 0 0.68
HSL 237.19º 0.64% 0.2% -
HSV(B) 237.19º 0.78% 0.32% -
XYZ 2.04 1.27 8.12 -
YUV 27.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 18 21 82 0.78 0.74 0 0.68 237.19 0.64 0.2
Hex 12 15 52 4E 4A 0 44 ED 40 14
Octal 22 25 122 116 112 0 104 355 100 24
Binary 10010 10101 1010010 1001110 1001010 0 1000100 11101101 1000000 10100

Color Harmonies of #121552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121552

Black with #121552

Text Example


Text Example

White with #121552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121552; }

 p { color: rgb(18,21,82); }

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

background-color css

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

 a { background-color: rgb(18,21,82); }

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

border-color css

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

 span { border-color: rgb(18,21,82); }

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