Html Css Color HEX #120371 Midnight Blue

📋 copy color: '#120371'

red 18 ◦ green 3 ◦ blue 113

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

Shades of Midnight Blue #120371

Tints of Midnight Blue #120371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.24%

 BLUE value IS 113 (44.53% from 255) = 84.33%

R = 13.43%
G = 2.24%
B = 84.33%

CMYK

 C value IS 0.84

 M value IS 0.97

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#120371 (or 0x120371) is known color: Midnight Blue. HEX triplet: 12, 03 and 71. RGB value is (18,3,113). Sum of RGB (Red+Green+Blue) = 18+3+113=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 113 (44.53% from 255 or 84.33% from 134); Max value from RGB is 113 - color contains mainly: blue. Hex color #120371 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120371 is #EDFC8E. Grayscale: #131313. Windows color (decimal): -15596687 or 7406354. OLE color: 7406354.

HSL color Cylindrical-coordinate representation of color #120371: hue angle of 248.18º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #120371 is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 3 113 -
CMYK 0.84 0.97 0 0.56
HSL 248.18º 0.95% 0.23% -
HSV(B) 248.18º 0.97% 0.44% -
XYZ 3.26 1.39 15.72 -
YUV 20.03 180.47 126.56 -
System Red Green Blue C M Y K H S L
Decimal 18 3 113 0.84 0.97 0 0.56 248.18 0.95 0.23
Hex 12 3 71 54 61 0 38 F8 5F 17
Octal 22 3 161 124 141 0 70 370 137 27
Binary 10010 11 1110001 1010100 1100001 0 111000 11111000 1011111 10111

Color Harmonies of #120371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120371

Black with #120371

Text Example


Text Example

White with #120371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120371; }

 p { color: rgb(18,3,113); }

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

background-color css

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

 a { background-color: rgb(18,3,113); }

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

border-color css

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

 span { border-color: rgb(18,3,113); }

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