Html Css Color HEX #120674 Midnight Blue

📋 copy color: '#120674'

red 18 ◦ green 6 ◦ blue 116

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

Shades of Midnight Blue #120674

Tints of Midnight Blue #120674

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.29%

 BLUE value IS 116 (45.7% from 255) = 82.86%

R = 12.86%
G = 4.29%
B = 82.86%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#120674 (or 0x120674) is known color: Midnight Blue. HEX triplet: 12, 06 and 74. RGB value is (18,6,116). Sum of RGB (Red+Green+Blue) = 18+6+116=140 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.86% from 140); Green value is 6 (2.73% from 255 or 4.29% from 140); Blue value is 116 (45.70% from 255 or 82.86% from 140); Max value from RGB is 116 - color contains mainly: blue. Hex color #120674 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #120674 is #EDF98B. Grayscale: #151515. Windows color (decimal): -15595916 or 7603730. OLE color: 7603730.

HSL color Cylindrical-coordinate representation of color #120674: hue angle of 246.55º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #120674 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 18 6 116 -
CMYK 0.84 0.95 0 0.55
HSL 246.55º 0.9% 0.24% -
HSV(B) 246.55º 0.95% 0.45% -
XYZ 3.47 1.52 16.63 -
YUV 22.13 180.98 125.06 -
System Red Green Blue C M Y K H S L
Decimal 18 6 116 0.84 0.95 0 0.55 246.55 0.9 0.24
Hex 12 6 74 54 5F 0 37 F7 5A 18
Octal 22 6 164 124 137 0 67 367 132 30
Binary 10010 110 1110100 1010100 1011111 0 110111 11110111 1011010 11000

Color Harmonies of #120674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #120674

Black with #120674

Text Example


Text Example

White with #120674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #120674; }

 p { color: rgb(18,6,116); }

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

background-color css

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

 a { background-color: rgb(18,6,116); }

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

border-color css

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

 span { border-color: rgb(18,6,116); }

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