Html Css Color HEX #120256 Midnight Blue

📋 copy color: '#120256'

red 18 ◦ green 2 ◦ blue 86

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

Shades of Midnight Blue #120256

Tints of Midnight Blue #120256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 81.13%

R = 16.98%
G = 1.89%
B = 81.13%

CMYK

 C value IS 0.79

 M value IS 0.98

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#120256 (or 0x120256) is known color: Midnight Blue. HEX triplet: 12, 02 and 56. RGB value is (18,2,86). Sum of RGB (Red+Green+Blue) = 18+2+86=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 2 (1.17% from 255 or 1.89% from 106); Blue value is 86 (33.98% from 255 or 81.13% from 106); Max value from RGB is 86 - color contains mainly: blue. Hex color #120256 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120256 is #EDFDA9. Grayscale: #101010. Windows color (decimal): -15596970 or 5636626. OLE color: 5636626.

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

Color convert

RGB 18 2 86 -
CMYK 0.79 0.98 0 0.66
HSL 251.43º 0.95% 0.17% -
HSV(B) 251.43º 0.98% 0.34% -
XYZ 1.95 0.84 8.86 -
YUV 16.36 167.3 129.17 -
System Red Green Blue C M Y K H S L
Decimal 18 2 86 0.79 0.98 0 0.66 251.43 0.95 0.17
Hex 12 2 56 4F 62 0 42 FB 5F 11
Octal 22 2 126 117 142 0 102 373 137 21
Binary 10010 10 1010110 1001111 1100010 0 1000010 11111011 1011111 10001

Color Harmonies of #120256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120256

Black with #120256

Text Example


Text Example

White with #120256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120256; }

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

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

background-color css

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

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

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

border-color css

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

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

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