Html Css Color HEX #121555 Midnight Blue

📋 copy color: '#121555'

red 18 ◦ green 21 ◦ blue 85

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

Shades of Midnight Blue #121555

Tints of Midnight Blue #121555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 68.55%

R = 14.52%
G = 16.94%
B = 68.55%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#121555 (or 0x121555) is known color: Midnight Blue. HEX triplet: 12, 15 and 55. RGB value is (18,21,85). Sum of RGB (Red+Green+Blue) = 18+21+85=124 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.52% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 85 (33.59% from 255 or 68.55% from 124); Max value from RGB is 85 - color contains mainly: blue. Hex color #121555 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121555 is #EDEAAA. Grayscale: #1B1B1B. Windows color (decimal): -15592107 or 5575954. OLE color: 5575954.

HSL color Cylindrical-coordinate representation of color #121555: hue angle of 237.31º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121555 is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 18 21 85 -
CMYK 0.79 0.75 0 0.67
HSL 237.31º 0.65% 0.2% -
HSV(B) 237.31º 0.79% 0.33% -
XYZ 2.16 1.32 8.74 -
YUV 27.4 160.51 121.3 -
System Red Green Blue C M Y K H S L
Decimal 18 21 85 0.79 0.75 0 0.67 237.31 0.65 0.2
Hex 12 15 55 4F 4B 0 43 ED 41 14
Octal 22 25 125 117 113 0 103 355 101 24
Binary 10010 10101 1010101 1001111 1001011 0 1000011 11101101 1000001 10100

Color Harmonies of #121555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121555

Black with #121555

Text Example


Text Example

White with #121555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121555; }

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

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

background-color css

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

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

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

border-color css

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

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

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