Html Css Color HEX #120263 Midnight Blue

📋 copy color: '#120263'

red 18 ◦ green 2 ◦ blue 99

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

Shades of Midnight Blue #120263

Tints of Midnight Blue #120263

RGB

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

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

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

R = 15.13%
G = 1.68%
B = 83.19%

CMYK

 C value IS 0.82

 M value IS 0.98

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#120263 (or 0x120263) is known color: Midnight Blue. HEX triplet: 12, 02 and 63. RGB value is (18,2,99). Sum of RGB (Red+Green+Blue) = 18+2+99=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 2 (1.17% from 255 or 1.68% from 119); Blue value is 99 (39.06% from 255 or 83.19% from 119); Max value from RGB is 99 - color contains mainly: blue. Hex color #120263 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120263 is #EDFD9C. Grayscale: #111111. Windows color (decimal): -15596957 or 6488594. OLE color: 6488594.

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

Color convert

RGB 18 2 99 -
CMYK 0.82 0.98 0 0.61
HSL 249.9º 0.96% 0.2% -
HSV(B) 249.9º 0.98% 0.39% -
XYZ 2.52 1.07 11.88 -
YUV 17.84 173.8 128.11 -
System Red Green Blue C M Y K H S L
Decimal 18 2 99 0.82 0.98 0 0.61 249.9 0.96 0.2
Hex 12 2 63 52 62 0 3D FA 60 14
Octal 22 2 143 122 142 0 75 372 140 24
Binary 10010 10 1100011 1010010 1100010 0 111101 11111010 1100000 10100

Color Harmonies of #120263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120263

Black with #120263

Text Example


Text Example

White with #120263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120263; }

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

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

background-color css

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

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

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

border-color css

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

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

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