Html Css Color HEX #120057 Midnight Blue

📋 copy color: '#120057'

red 18 ◦ green 0 ◦ blue 87

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

Shades of Midnight Blue #120057

Tints of Midnight Blue #120057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 17.14%
G = 0%
B = 82.86%

CMYK

 C value IS 0.79

 M value IS 1

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#120057 (or 0x120057) is known color: Midnight Blue. HEX triplet: 12, 00 and 57. RGB value is (18,0,87). Sum of RGB (Red+Green+Blue) = 18+0+87=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 0 (0.39% from 255 or 0% from 105); Blue value is 87 (34.38% from 255 or 82.86% from 105); Max value from RGB is 87 - color contains mainly: blue. Hex color #120057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120057 is #EDFFA8. Grayscale: #0E0E0E. Windows color (decimal): -15597481 or 5701650. OLE color: 5701650.

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

Color convert

RGB 18 0 87 -
CMYK 0.79 1 0 0.66
HSL 252.41º 1% 0.17% -
HSV(B) 252.41º 1% 0.34% -
XYZ 1.97 0.82 9.07 -
YUV 15.3 168.46 129.93 -
System Red Green Blue C M Y K H S L
Decimal 18 0 87 0.79 1 0 0.66 252.41 1 0.17
Hex 12 0 57 4F 64 0 42 FC 64 11
Octal 22 0 127 117 144 0 102 374 144 21
Binary 10010 0 1010111 1001111 1100100 0 1000010 11111100 1100100 10001

Color Harmonies of #120057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120057

Black with #120057

Text Example


Text Example

White with #120057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120057; }

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

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

background-color css

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

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

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

border-color css

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

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

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