Html Css Color HEX #120451 Midnight Blue

📋 copy color: '#120451'

red 18 ◦ green 4 ◦ blue 81

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

Shades of Midnight Blue #120451

Tints of Midnight Blue #120451

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 78.64%

R = 17.48%
G = 3.88%
B = 78.64%

CMYK

 C value IS 0.78

 M value IS 0.95

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#120451 (or 0x120451) is known color: Midnight Blue. HEX triplet: 12, 04 and 51. RGB value is (18,4,81). Sum of RGB (Red+Green+Blue) = 18+4+81=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 81 (32.03% from 255 or 78.64% from 103); Max value from RGB is 81 - color contains mainly: blue. Hex color #120451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120451 is #EDFBAE. Grayscale: #101010. Windows color (decimal): -15596463 or 5309458. OLE color: 5309458.

HSL color Cylindrical-coordinate representation of color #120451: hue angle of 250.91º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120451 is Cyan = 0.78, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 18 4 81 -
CMYK 0.78 0.95 0 0.68
HSL 250.91º 0.91% 0.17% -
HSV(B) 250.91º 0.95% 0.32% -
XYZ 1.78 0.81 7.85 -
YUV 16.96 164.14 128.74 -
System Red Green Blue C M Y K H S L
Decimal 18 4 81 0.78 0.95 0 0.68 250.91 0.91 0.17
Hex 12 4 51 4E 5F 0 44 FB 5B 11
Octal 22 4 121 116 137 0 104 373 133 21
Binary 10010 100 1010001 1001110 1011111 0 1000100 11111011 1011011 10001

Color Harmonies of #120451

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120451

Black with #120451

Text Example


Text Example

White with #120451

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120451; }

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

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

background-color css

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

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

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

border-color css

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

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

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