Html Css Color HEX #120957 Midnight Blue

📋 copy color: '#120957'

red 18 ◦ green 9 ◦ blue 87

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

Shades of Midnight Blue #120957

Tints of Midnight Blue #120957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.89%

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

R = 15.79%
G = 7.89%
B = 76.32%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#120957 (or 0x120957) is known color: Midnight Blue. HEX triplet: 12, 09 and 57. RGB value is (18,9,87). Sum of RGB (Red+Green+Blue) = 18+9+87=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 87 (34.38% from 255 or 76.32% from 114); Max value from RGB is 87 - color contains mainly: blue. Hex color #120957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120957 is #EDF6A8. Grayscale: #141414. Windows color (decimal): -15595177 or 5703954. OLE color: 5703954.

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

Color convert

RGB 18 9 87 -
CMYK 0.79 0.90 0 0.66
HSL 246.92º 0.81% 0.19% -
HSV(B) 246.92º 0.9% 0.34% -
XYZ 2.07 1.01 9.1 -
YUV 20.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 18 9 87 0.79 0.90 0 0.66 246.92 0.81 0.19
Hex 12 9 57 4F 5A 0 42 F7 51 13
Octal 22 11 127 117 132 0 102 367 121 23
Binary 10010 1001 1010111 1001111 1011010 0 1000010 11110111 1010001 10011

Color Harmonies of #120957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120957

Black with #120957

Text Example


Text Example

White with #120957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120957; }

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

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

background-color css

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

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

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

border-color css

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

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

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