Html Css Color HEX #120463 Midnight Blue

📋 copy color: '#120463'

red 18 ◦ green 4 ◦ blue 99

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

Shades of Midnight Blue #120463

Tints of Midnight Blue #120463

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.31%

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

R = 14.88%
G = 3.31%
B = 81.82%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#120463 (or 0x120463) is known color: Midnight Blue. HEX triplet: 12, 04 and 63. RGB value is (18,4,99). Sum of RGB (Red+Green+Blue) = 18+4+99=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 99 (39.06% from 255 or 81.82% from 121); Max value from RGB is 99 - color contains mainly: blue. Hex color #120463 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120463 is #EDFB9C. Grayscale: #121212. Windows color (decimal): -15596445 or 6489106. OLE color: 6489106.

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

Color convert

RGB 18 4 99 -
CMYK 0.82 0.96 0 0.61
HSL 248.84º 0.92% 0.2% -
HSV(B) 248.84º 0.96% 0.39% -
XYZ 2.55 1.12 11.89 -
YUV 19.02 173.14 127.28 -
System Red Green Blue C M Y K H S L
Decimal 18 4 99 0.82 0.96 0 0.61 248.84 0.92 0.2
Hex 12 4 63 52 60 0 3D F9 5C 14
Octal 22 4 143 122 140 0 75 371 134 24
Binary 10010 100 1100011 1010010 1100000 0 111101 11111001 1011100 10100

Color Harmonies of #120463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120463

Black with #120463

Text Example


Text Example

White with #120463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120463; }

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

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

background-color css

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

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

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

border-color css

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

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

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