Html Css Color HEX #121557 Midnight Blue

📋 copy color: '#121557'

red 18 ◦ green 21 ◦ blue 87

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

Shades of Midnight Blue #121557

Tints of Midnight Blue #121557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 69.05%

R = 14.29%
G = 16.67%
B = 69.05%

CMYK

 C value IS 0.79

 M value IS 0.76

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#121557 (or 0x121557) is known color: Midnight Blue. HEX triplet: 12, 15 and 57. RGB value is (18,21,87). Sum of RGB (Red+Green+Blue) = 18+21+87=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 21 (8.59% from 255 or 16.67% from 126); Blue value is 87 (34.38% from 255 or 69.05% from 126); Max value from RGB is 87 - color contains mainly: blue. Hex color #121557 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121557 is #EDEAA8. Grayscale: #1B1B1B. Windows color (decimal): -15592105 or 5707026. OLE color: 5707026.

HSL color Cylindrical-coordinate representation of color #121557: hue angle of 237.39º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121557 is Cyan = 0.79, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 21 87 -
CMYK 0.79 0.76 0 0.66
HSL 237.39º 0.66% 0.21% -
HSV(B) 237.39º 0.79% 0.34% -
XYZ 2.24 1.35 9.16 -
YUV 27.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 18 21 87 0.79 0.76 0 0.66 237.39 0.66 0.21
Hex 12 15 57 4F 4C 0 42 ED 42 15
Octal 22 25 127 117 114 0 102 355 102 25
Binary 10010 10101 1010111 1001111 1001100 0 1000010 11101101 1000010 10101

Color Harmonies of #121557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121557

Black with #121557

Text Example


Text Example

White with #121557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121557; }

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

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

background-color css

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

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

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

border-color css

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

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

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