Html Css Color HEX #121457 Midnight Blue

📋 copy color: '#121457'

red 18 ◦ green 20 ◦ blue 87

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

Shades of Midnight Blue #121457

Tints of Midnight Blue #121457

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16%

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

R = 14.4%
G = 16%
B = 69.6%

CMYK

 C value IS 0.79

 M value IS 0.77

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#121457 (or 0x121457) is known color: Midnight Blue. HEX triplet: 12, 14 and 57. RGB value is (18,20,87). Sum of RGB (Red+Green+Blue) = 18+20+87=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 20 (8.20% from 255 or 16% from 125); Blue value is 87 (34.38% from 255 or 69.6% from 125); Max value from RGB is 87 - color contains mainly: blue. Hex color #121457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #121457 is #EDEBA8. Grayscale: #1A1A1A. Windows color (decimal): -15592361 or 5706770. OLE color: 5706770.

HSL color Cylindrical-coordinate representation of color #121457: hue angle of 238.26º 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 #121457 is Cyan = 0.79, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 18 20 87 -
CMYK 0.79 0.77 0 0.66
HSL 238.26º 0.66% 0.21% -
HSV(B) 238.26º 0.79% 0.34% -
XYZ 2.22 1.32 9.15 -
YUV 27.04 161.84 121.55 -
System Red Green Blue C M Y K H S L
Decimal 18 20 87 0.79 0.77 0 0.66 238.26 0.66 0.21
Hex 12 14 57 4F 4D 0 42 EE 42 15
Octal 22 24 127 117 115 0 102 356 102 25
Binary 10010 10100 1010111 1001111 1001101 0 1000010 11101110 1000010 10101

Color Harmonies of #121457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121457

Black with #121457

Text Example


Text Example

White with #121457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121457; }

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

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

background-color css

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

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

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

border-color css

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

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

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