Html Css Color HEX #120270 Midnight Blue

📋 copy color: '#120270'

red 18 ◦ green 2 ◦ blue 112

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

Shades of Midnight Blue #120270

Tints of Midnight Blue #120270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.52%

 BLUE value IS 112 (44.14% from 255) = 84.85%

R = 13.64%
G = 1.52%
B = 84.85%

CMYK

 C value IS 0.84

 M value IS 0.98

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#120270 (or 0x120270) is known color: Midnight Blue. HEX triplet: 12, 02 and 70. RGB value is (18,2,112). Sum of RGB (Red+Green+Blue) = 18+2+112=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 2 (1.17% from 255 or 1.52% from 132); Blue value is 112 (44.14% from 255 or 84.85% from 132); Max value from RGB is 112 - color contains mainly: blue. Hex color #120270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120270 is #EDFD8F. Grayscale: #121212. Windows color (decimal): -15596944 or 7340562. OLE color: 7340562.

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

Color convert

RGB 18 2 112 -
CMYK 0.84 0.98 0 0.56
HSL 248.73º 0.96% 0.22% -
HSV(B) 248.73º 0.98% 0.44% -
XYZ 3.2 1.34 15.42 -
YUV 19.32 180.3 127.06 -
System Red Green Blue C M Y K H S L
Decimal 18 2 112 0.84 0.98 0 0.56 248.73 0.96 0.22
Hex 12 2 70 54 62 0 38 F9 60 16
Octal 22 2 160 124 142 0 70 371 140 26
Binary 10010 10 1110000 1010100 1100010 0 111000 11111001 1100000 10110

Color Harmonies of #120270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120270

Black with #120270

Text Example


Text Example

White with #120270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120270; }

 p { color: rgb(18,2,112); }

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

background-color css

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

 a { background-color: rgb(18,2,112); }

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

border-color css

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

 span { border-color: rgb(18,2,112); }

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