Html Css Color HEX #120063 Midnight Blue

📋 copy color: '#120063'

red 18 ◦ green 0 ◦ blue 99

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

Shades of Midnight Blue #120063

Tints of Midnight Blue #120063

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 15.38%
G = 0%
B = 84.62%

CMYK

 C value IS 0.82

 M value IS 1

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#120063 (or 0x120063) is known color: Midnight Blue. HEX triplet: 12, 00 and 63. RGB value is (18,0,99). Sum of RGB (Red+Green+Blue) = 18+0+99=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 99 (39.06% from 255 or 84.62% from 117); Max value from RGB is 99 - color contains mainly: blue. Hex color #120063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120063 is #EDFF9C. Grayscale: #101010. Windows color (decimal): -15597469 or 6488082. OLE color: 6488082.

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

Color convert

RGB 18 0 99 -
CMYK 0.82 1 0 0.61
HSL 250.91º 1% 0.19% -
HSV(B) 250.91º 1% 0.39% -
XYZ 2.5 1.03 11.87 -
YUV 16.67 174.46 128.95 -
System Red Green Blue C M Y K H S L
Decimal 18 0 99 0.82 1 0 0.61 250.91 1 0.19
Hex 12 0 63 52 64 0 3D FB 64 13
Octal 22 0 143 122 144 0 75 373 144 23
Binary 10010 0 1100011 1010010 1100100 0 111101 11111011 1100100 10011

Color Harmonies of #120063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120063

Black with #120063

Text Example


Text Example

White with #120063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120063; }

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

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

background-color css

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

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

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

border-color css

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

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

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