Html Css Color HEX #120465 Midnight Blue

📋 copy color: '#120465'

red 18 ◦ green 4 ◦ blue 101

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

Shades of Midnight Blue #120465

Tints of Midnight Blue #120465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 82.11%

R = 14.63%
G = 3.25%
B = 82.11%

CMYK

 C value IS 0.82

 M value IS 0.96

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#120465 (or 0x120465) is known color: Midnight Blue. HEX triplet: 12, 04 and 65. RGB value is (18,4,101). Sum of RGB (Red+Green+Blue) = 18+4+101=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 101 (39.84% from 255 or 82.11% from 123); Max value from RGB is 101 - color contains mainly: blue. Hex color #120465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120465 is #EDFB9A. Grayscale: #121212. Windows color (decimal): -15596443 or 6620178. OLE color: 6620178.

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

Color convert

RGB 18 4 101 -
CMYK 0.82 0.96 0 0.60
HSL 248.66º 0.92% 0.21% -
HSV(B) 248.66º 0.96% 0.4% -
XYZ 2.64 1.16 12.4 -
YUV 19.24 174.14 127.11 -
System Red Green Blue C M Y K H S L
Decimal 18 4 101 0.82 0.96 0 0.60 248.66 0.92 0.21
Hex 12 4 65 52 60 0 3C F9 5C 15
Octal 22 4 145 122 140 0 74 371 134 25
Binary 10010 100 1100101 1010010 1100000 0 111100 11111001 1011100 10101

Color Harmonies of #120465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120465

Black with #120465

Text Example


Text Example

White with #120465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120465; }

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

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

background-color css

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

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

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

border-color css

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

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

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