Html Css Color HEX #120264 Midnight Blue

📋 copy color: '#120264'

red 18 ◦ green 2 ◦ blue 100

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

Shades of Midnight Blue #120264

Tints of Midnight Blue #120264

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 83.33%

R = 15%
G = 1.67%
B = 83.33%

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

#120264 (or 0x120264) is known color: Midnight Blue. HEX triplet: 12, 02 and 64. RGB value is (18,2,100). Sum of RGB (Red+Green+Blue) = 18+2+100=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 2 (1.17% from 255 or 1.67% from 120); Blue value is 100 (39.45% from 255 or 83.33% from 120); Max value from RGB is 100 - color contains mainly: blue. Hex color #120264 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120264 is #EDFD9B. Grayscale: #111111. Windows color (decimal): -15596956 or 6554130. OLE color: 6554130.

HSL color Cylindrical-coordinate representation of color #120264: hue angle of 249.8º 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 #120264 is Cyan = 0.82, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 18 2 100 -
CMYK 0.82 0.98 0 0.61
HSL 249.8º 0.96% 0.2% -
HSV(B) 249.8º 0.98% 0.39% -
XYZ 2.57 1.09 12.13 -
YUV 17.96 174.3 128.03 -
System Red Green Blue C M Y K H S L
Decimal 18 2 100 0.82 0.98 0 0.61 249.8 0.96 0.2
Hex 12 2 64 52 62 0 3D FA 60 14
Octal 22 2 144 122 142 0 75 372 140 24
Binary 10010 10 1100100 1010010 1100010 0 111101 11111010 1100000 10100

Color Harmonies of #120264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120264

Black with #120264

Text Example


Text Example

White with #120264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120264; }

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

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

background-color css

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

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

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

border-color css

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

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

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