Html Css Color HEX #120863 Midnight Blue

📋 copy color: '#120863'

red 18 ◦ green 8 ◦ blue 99

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

Shades of Midnight Blue #120863

Tints of Midnight Blue #120863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.4%

 BLUE value IS 99 (39.06% from 255) = 79.2%

R = 14.4%
G = 6.4%
B = 79.2%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#120863 (or 0x120863) is known color: Midnight Blue. HEX triplet: 12, 08 and 63. RGB value is (18,8,99). Sum of RGB (Red+Green+Blue) = 18+8+99=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 8 (3.52% from 255 or 6.4% from 125); Blue value is 99 (39.06% from 255 or 79.2% from 125); Max value from RGB is 99 - color contains mainly: blue. Hex color #120863 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120863 is #EDF79C. Grayscale: #151515. Windows color (decimal): -15595421 or 6490130. OLE color: 6490130.

HSL color Cylindrical-coordinate representation of color #120863: hue angle of 246.59º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #120863 is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 8 99 -
CMYK 0.82 0.92 0 0.61
HSL 246.59º 0.85% 0.21% -
HSV(B) 246.59º 0.92% 0.39% -
XYZ 2.59 1.2 11.9 -
YUV 21.36 171.81 125.6 -
System Red Green Blue C M Y K H S L
Decimal 18 8 99 0.82 0.92 0 0.61 246.59 0.85 0.21
Hex 12 8 63 52 5C 0 3D F7 55 15
Octal 22 10 143 122 134 0 75 367 125 25
Binary 10010 1000 1100011 1010010 1011100 0 111101 11110111 1010101 10101

Color Harmonies of #120863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120863

Black with #120863

Text Example


Text Example

White with #120863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120863; }

 p { color: rgb(18,8,99); }

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

background-color css

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

 a { background-color: rgb(18,8,99); }

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

border-color css

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

 span { border-color: rgb(18,8,99); }

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